Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Updated to 1.1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Sep 14, 2017
1 parent 44760a7 commit b596db5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Biblioteca PHP para hacer peticiones HTTP a través de CURL. Fácil integración
- [Uso](#uso)
- [Tests](#tests)
- [Manejador de excepciones](#manejador-de-excepciones)
- [Tareas pendientes](#-tareas-pendientes)
- [Contribuir](#contribuir)
- [Repositorio](#repositorio)
- [Licencia](#licencia)
Expand Down Expand Up @@ -101,7 +102,14 @@ Para ejecutar las [pruebas](tests/Curl/Test) simplemente:
### Manejador de excepciones

Esta biblioteca utiliza [control de excepciones](src/Exception) que puedes personalizar a tu gusto.

### ☑ Tareas pendientes

- [x] Completar tests
- [ ] Mejorar la documentación

### Contribuir

1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
1. Escribe una o más pruebas para la nueva característica o expón el error.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ API Requests using the HTTP protocol through the Curl library.
- [Usage](#usage)
- [Tests](#tests)
- [Exception Handler](#exception-handler)
- [TODO](#-todo)
- [Contribute](#contribute)
- [Repository](#repository)
- [License](#license)
Expand Down Expand Up @@ -101,7 +102,14 @@ To run [tests](tests/Curl/Test) simply:
### Exception Handler

This library uses [exception handler](src/Exception) that you can customize.

### ☑ TODO

- [x] Create tests
- [ ] Improve documentation

### Contribute

1. Check for open issues or open a new issue to start a discussion around a bug or feature.
1. Fork the repository on GitHub to start making your changes.
1. Write one or more tests for the new feature or that expose the bug.
Expand Down

0 comments on commit b596db5

Please sign in to comment.