Skip to content
This repository was archived by the owner on Aug 14, 2022. It is now read-only.

Commit b147de4

Browse files
committed
Updated to 1.1.2 version
1 parent 9eb500c commit b147de4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README-ES.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[English version](README.md)
66

7-
Librería PHP para manejo de archivos.
7+
Biblioteca PHP para manejo de archivos.
88

99
---
1010

@@ -24,7 +24,7 @@ Librería PHP para manejo de archivos.
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/DNsyo9iVPq8" 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 ĺibrería 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,14 +62,14 @@ use Josantonius\File\File;
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
File::searchString();
6969
```
7070
### Uso
7171

72-
Ejemplo de uso para esta librería:
72+
Ejemplo de uso para esta biblioteca:
7373

7474
```php
7575
<?php
@@ -96,7 +96,7 @@ $loader->addPsr4('Josantonius\\File\\Tests\\', __DIR__ . '/vendor/josantonius/fi
9696

9797
use Josantonius\File\Tests\FileTest;
9898
```
99-
Métodos de prueba disponibles en esta librería:
99+
Métodos de prueba disponibles en esta biblioteca:
100100

101101
```php
102102
FileTest::testSearchString();

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PHP library for file management.
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/DNsyo9iVPq8" 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)