Skip to content

Commit

Permalink
Updated to 1.1.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Jul 18, 2017
1 parent 5010a28 commit 67cdf6f
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 para manipulación de urls.
Biblioteca para manipulación de urls.

---

Expand All @@ -24,7 +24,7 @@ Librería para manipulación de urls.
<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/94V12hdQWiY" 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\Url\Url;
```
### Métodos disponibles

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

```php
Url::getCurrentPage();
Expand All @@ -83,7 +83,7 @@ Url::getLastSegment();
```
### Uso

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

```php
<?php
Expand Down Expand Up @@ -153,7 +153,7 @@ $loader->addPsr4('Josantonius\\Url\\Tests\\', __DIR__ . '/vendor/josantonius/url

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

```php
UrlTest::testGetCurrentPage();
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 @@ Library for urls manipulation.
<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/94V12hdQWiY" 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 67cdf6f

Please sign in to comment.