Skip to content
This repository has been archived by the owner on Aug 19, 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 fc46c4d commit 0afb706
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 @@

[Spanish version](README-ES.md)

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

---

Expand All @@ -24,7 +24,7 @@ Librería PHP para manejo de peticiones.
<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/SfdIFFRywY4" 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\Request\Request;
```
### Métodos disponibles

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

```php
Request::get();
Expand All @@ -78,7 +78,7 @@ Request::isAjax();
```
### 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\\Request\\Tests\\', __DIR__ . '/vendor/josantonius

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

```php
RequestTest::testGet();
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 requests.
<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/SfdIFFRywY4" 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 0afb706

Please sign in to comment.