Skip to content

Commit 51ccc29

Browse files
committed
Updated to 1.0.5 version
1 parent c348945 commit 51ccc29

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

README-ES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ Librería para manejo de hooks.
2222

2323
---
2424

25+
<p align="center"><strong>Echa un vistazo al código</strong></p>
26+
27+
<p align="center">
28+
<a href="" title="Echa un vistazo al código">
29+
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
30+
</a>
31+
</p>
32+
33+
---
34+
2535
### Instalación
2636

2737
La mejor forma de instalar esta extensión es a través de [composer](http://getcomposer.org/download/).
@@ -40,7 +50,7 @@ También puedes clonar el repositorio completo con Git:
4050

4151
### Requisitos
4252

43-
Esta ĺibrería es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
53+
Esta biblioteca es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
4454

4555
Para utilizar esta biblioteca en HHVM (HipHop Virtual Machine) tendrás que activar los tipos escalares. Añade la siguiente ĺínea "hhvm.php7.scalar_types = true" en tu "/etc/hhvm/php.ini".
4656

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,21 @@ Library for handling hooks.
1717
- [Exception Handler](#exception-handler)
1818
- [Contribute](#contribute)
1919
- [Repository](#repository)
20-
- [Licensing](#licensing)
20+
- [License](#license)
2121
- [Copyright](#copyright)
2222

2323
---
2424

25+
<p align="center"><strong>Echa un vistazo al código</strong></p>
26+
27+
<p align="center">
28+
<a href="" title="Echa un vistazo al código">
29+
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
30+
</a>
31+
</p>
32+
33+
---
34+
2535
### Installation
2636

2737
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
@@ -182,7 +192,7 @@ This is intended for large and long-lived objects.
182192

183193
All files in this repository were created and uploaded automatically with [Reposgit Creator](https://github.com/Josantonius/BASH-Reposgit).
184194

185-
### Licensing
195+
### License
186196

187197
This project is licensed under **MIT license**. See the [LICENSE](LICENSE) file for more info.
188198

0 commit comments

Comments
 (0)