Skip to content

Commit

Permalink
Updated to 1.1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Jul 18, 2017
1 parent d1e5171 commit 5ef93af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[English version](README.md)

Librería PHP para manejo de sesiones.
Biblioteca PHP para manejo de sesiones.

---

Expand All @@ -24,7 +24,7 @@ Librería PHP para manejo de sesiones.
<p align="center"><strong>Echa un vistazo al código</strong></p>

<p align="center">
<a href="" title="Echa un vistazo al código">
<a href="https://youtu.be/3q6KRVGMj3w" title="Echa un vistazo al código">
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
</a>
</p>
Expand Down Expand Up @@ -53,7 +53,7 @@ Esta biblioteca es soportada por versiones de PHP 5.6 o superiores y es compatib

### Cómo empezar y ejemplos

Para utilizar esta librería, simplemente:
Para utilizar esta biblioteca, simplemente:

```php
require __DIR__ . '/vendor/autoload.php';
Expand All @@ -62,7 +62,7 @@ use Josantonius\Session\Session;
```
### Métodos disponibles

Métodos disponibles en esta librería:
Métodos disponibles en esta biblioteca:

```php
Session::init();
Expand All @@ -77,7 +77,7 @@ Session::destroy();
```
### Uso

Ejemplo de uso para esta librería:
Ejemplo de uso para esta biblioteca:

```php
<?php
Expand All @@ -104,7 +104,7 @@ $loader->addPsr4('Josantonius\\Session\\Tests\\', __DIR__ . '/vendor/josantonius

use Josantonius\Session\Tests\SessionTest;
```
Métodos de prueba disponibles en esta librería:
Métodos de prueba disponibles en esta biblioteca:

```php
SessionTest::testSetPrefix();
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PHP library for handling sessions.
<p align="center"><strong>Take a look at the code</strong></p>

<p align="center">
<a href="" title="Take a look at the code">
<a href="https://youtu.be/3q6KRVGMj3w" title="Take a look at the code">
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
</a>
</p>
Expand Down

0 comments on commit 5ef93af

Please sign in to comment.