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

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 9eb500c commit b147de4
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 archivos.
Biblioteca PHP para manejo de archivos.

---

Expand All @@ -24,7 +24,7 @@ Librería PHP para manejo de archivos.
<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/DNsyo9iVPq8" 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 ĺibrería 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,14 +62,14 @@ use Josantonius\File\File;
```
### Métodos disponibles

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

```php
File::searchString();
```
### Uso

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

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

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

```php
FileTest::testSearchString();
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 file management.
<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/DNsyo9iVPq8" 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 b147de4

Please sign in to comment.