Skip to content

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 302396a commit e2301ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Lista de 217 códigos de idioma: ISO 639-1.
- [Métodos disponibles](#métodos-disponibles)
- [Uso](#uso)
- [Tests](#tests)
- [Tareas pendientes](#-tareas-pendientes)
- [Contribuir](#contribuir)
- [Repositorio](#repositorio)
- [Licencia](#licencia)
Expand Down Expand Up @@ -113,7 +114,13 @@ Para ejecutar las [pruebas](tests/LanguageCode/test) simplemente:

$ phpunit

### ☑ 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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ List of 217 language codes: ISO 639-1.
- [Available Methods](#available-methods)
- [Usage](#usage)
- [Tests](#tests)
- [TODO](#-todo)
- [Contribute](#contribute)
- [Repository](#repository)
- [License](#license)
Expand Down Expand Up @@ -113,7 +114,13 @@ To run [tests](tests/LanguageCode/test) simply:

$ phpunit

### ☑ 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 e2301ac

Please sign in to comment.