Skip to content

Commit 1eafd6b

Browse files
committed
Images were added and comments were edited
Signed-off-by: Josantonius <info@josantonius.com>
1 parent 54333d1 commit 1eafd6b

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

README-ES.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,14 @@ ErrorHandler->getErrorType();
5858
ErrorHandler->show();
5959

6060
### Imágenes
61-
img[src$="centerme"] {
62-
display:block;
63-
margin: 0 auto;
64-
}
61+
6562
Vista desde PHP
66-
![image](resources/images/example-error-handler-php-library.png?style=centerme)
67-
![image](resources/images/example-exception-handler-php-library.png?style=centerme)
63+
![image](resources/images/example-error-handler-php-library.png)
64+
![image](resources/images/example-exception-handler-php-library.png)
6865

6966
Vista desde HHVM
70-
![image](resources/images/example-error-handler-hhvm-php-library.png?style=centerme)
71-
![image](resources/images/example-error-handler-hhvm-php-library.png?style=centerme).png?style=centerme)
72-
67+
![image](resources/images/example-error-handler-hhvm-php-library.png)
68+
![image](resources/images/example-exception-handler-hhvm-php-library.png)
7369

7470
```
7571
### Uso

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,14 @@ ErrorHandler->show();
5959
```
6060

6161
### Images
62-
img[src$="centerme"] {
63-
display:block;
64-
margin: 0 auto;
65-
}
62+
6663
View from PHP
67-
![image](resources/images/example-error-handler-php-library.png?style=centerme)
68-
![image](resources/images/example-exception-handler-php-library.png?style=centerme)
64+
![image](resources/images/example-error-handler-php-library.png)
65+
![image](resources/images/example-exception-handler-php-library.png)
6966

7067
View from HHVM
71-
![image](resources/images/example-error-handler-hhvm-php-library.png?style=centerme)
72-
![image](resources/images/example-error-handler-hhvm-php-library.png?style=centerme).png?style=centerme)
68+
![image](resources/images/example-error-handler-hhvm-php-library.png)
69+
![image](resources/images/example-exception-handler-hhvm-php-library.png)
7370

7471
### Usage
7572

0 commit comments

Comments
 (0)