Skip to content

Commit 124995b

Browse files
committed
Updated to 1.1.4 version
1 parent f7cd616 commit 124995b

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 manejar excepciones y errores.
7+
Biblioteca PHP para manejar excepciones y errores.
88

99
---
1010

@@ -25,7 +25,7 @@ Librería PHP para manejar excepciones y errores.
2525
<p align="center"><strong>Echa un vistazo al código</strong></p>
2626

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

5555
### Cómo empezar y ejemplos
5656

57-
Para utilizar esta librería, simplemente:
57+
Para utilizar esta biblioteca, simplemente:
5858

5959
```php
6060
require __DIR__ . '/vendor/autoload.php';
@@ -63,15 +63,15 @@ use Josantonius\ErrorHandler\ErrorHandler;
6363
```
6464
### Métodos disponibles
6565

66-
Métodos disponibles en esta librería:
66+
Métodos disponibles en esta biblioteca:
6767

6868
```php
6969
ErrorHandler::setCustomMethod();
7070
```
7171

7272
### Uso
7373

74-
Ejemplo de uso para esta librería:
74+
Ejemplo de uso para esta biblioteca:
7575

7676
```php
7777
<?php
@@ -120,7 +120,7 @@ $loader->addPsr4('Josantonius\\ErrorHandler\\Tests\\', __DIR__ . '/vendor/josant
120120

121121
use Josantonius\ErrorHandler\Tests\ErrorHandlerTest;
122122
```
123-
Métodos de prueba disponibles en esta librería:
123+
Métodos de prueba disponibles en esta biblioteca:
124124

125125
```php
126126
ErrorHandlerTest->testSetCustomMethod1();

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PHP library for handling exceptions and errors.
2525
<p align="center"><strong>Take a look at the code</strong></p>
2626

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

0 commit comments

Comments
 (0)