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

Commit e547118

Browse files
committed
Updated to 1.1.1 version
1 parent 660c36d commit e547118

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

README-ES.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@ Librería php para crear logs fácilmente y almacenarlos en formato Json.
1414
- [Métodos disponibles](#métodos-disponibles)
1515
- [Uso](#uso)
1616
- [Tests](#tests)
17-
- [Manejador de excepciones](#manejador-de-excepciones)
1817
- [Contribuir](#contribuir)
1918
- [Repositorio](#repositorio)
2019
- [Licencia](#licencia)
2120
- [Copyright](#copyright)
2221

2322
---
2423

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

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

4150
### Requisitos
4251

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.
52+
Esta biblioteca es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
4453

4554
### Cómo empezar y ejemplos
4655

@@ -147,9 +156,6 @@ LoggerTest->testGetLogsFromCustomPath();
147156
LoggerTest->testExceptionCouldCreatePath();
148157
```
149158

150-
### Manejador de excepciones
151-
152-
Esta librería utiliza [control de excepciones](src/Exception) que puedes personalizar a tu gusto.
153159
### Contribuir
154160
1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
155161
1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,23 @@ Php library to create logs easily and store them in Json format.
1414
- [Available Methods](#available-methods)
1515
- [Usage](#usage)
1616
- [Tests](#tests)
17-
- [Exception Handler](#exception-handler)
1817
- [Contribute](#contribute)
1918
- [Repository](#repository)
20-
- [Licensing](#licensing)
19+
- [License](#license)
2120
- [Copyright](#copyright)
2221

2322
---
2423

24+
<p align="center"><strong>Take a look at the code</strong></p>
25+
26+
<p align="center">
27+
<a href="" title="Take a look at the code">
28+
<img src="https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg">
29+
</a>
30+
</p>
31+
32+
---
33+
2534
### Installation
2635

2736
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
@@ -147,9 +156,6 @@ LoggerTest->testGetLogsFromCustomPath();
147156
LoggerTest->testExceptionCouldCreatePath();
148157
```
149158

150-
### Exception Handler
151-
152-
This library uses [exception handler](src/Exception) that you can customize.
153159
### Contribute
154160
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
155161
1. Fork the repository on GitHub to start making your changes.
@@ -163,7 +169,7 @@ This is intended for large and long-lived objects.
163169

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

166-
### Licensing
172+
### License
167173

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

0 commit comments

Comments
 (0)