Skip to content

Commit 67cdf6f

Browse files
committed
Updated to 1.1.4 version
1 parent 5010a28 commit 67cdf6f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README-ES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[English version](README.md)
66

7-
Librería para manipulación de urls.
7+
Biblioteca para manipulación de urls.
88

99
---
1010

@@ -24,7 +24,7 @@ Librería para manipulación de urls.
2424
<p align="center"><strong>Echa un vistazo al código</strong></p>
2525

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

5454
### Cómo empezar y ejemplos
5555

56-
Para utilizar esta librería, simplemente:
56+
Para utilizar esta biblioteca, simplemente:
5757

5858
```php
5959
require __DIR__ . '/vendor/autoload.php';
@@ -62,7 +62,7 @@ use Josantonius\Url\Url;
6262
```
6363
### Métodos disponibles
6464

65-
Métodos disponibles en esta librería:
65+
Métodos disponibles en esta biblioteca:
6666

6767
```php
6868
Url::getCurrentPage();
@@ -83,7 +83,7 @@ Url::getLastSegment();
8383
```
8484
### Uso
8585

86-
Ejemplo de uso para esta librería:
86+
Ejemplo de uso para esta biblioteca:
8787

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

154154
use Josantonius\Url\Tests\UrlTest;
155155
```
156-
Métodos de prueba disponibles en esta librería:
156+
Métodos de prueba disponibles en esta biblioteca:
157157

158158
```php
159159
UrlTest::testGetCurrentPage();

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Library for urls manipulation.
2424
<p align="center"><strong>Take a look at the code</strong></p>
2525

2626
<p align="center">
27-
<a href="" title="Take a look at the code">
27+
<a href="https://youtu.be/94V12hdQWiY" title="Take a look at the code">
2828
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
2929
</a>
3030
</p>

0 commit comments

Comments
 (0)