Skip to content

Commit

Permalink
docs: improve documentation
Browse files Browse the repository at this point in the history
Add and modify new document files.

Closes #2
  • Loading branch information
josantonius committed Aug 17, 2022
1 parent 1e66d21 commit 6bcc4f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/lang/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Para algo más avanzado puede usar algo como `league/uri-components`.
- [Instalación](#instalación)
- [Clases disponibles](#clases-disponibles)
- [Clase Url](#clase-url)
- [Excepciones utilizadas](#excepciones-utilizadas)
- [Uso](#uso)
- [Tests](#tests)
- [Tareas pendientes](#tareas-pendientes)
Expand Down Expand Up @@ -724,7 +723,7 @@ git clone https://github.com/josantonius/php-url.git
```

```console
cd PHP-Url
cd php-url
```

```console
Expand Down Expand Up @@ -753,7 +752,9 @@ composer phpmd

Ejecutar todas las pruebas anteriores:

composer tests
```console
composer tests
```

## Tareas pendientes

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ For something more advanced you can use something like `league/uri-components`.
- [Installation](#installation)
- [Available Classes](#available-classes)
- [Url Class](#url-class)
- [Exceptions Used](#exceptions-used)
- [Usage](#usage)
- [Tests](#tests)
- [TODO](#todo)
Expand Down Expand Up @@ -684,7 +683,7 @@ git clone https://github.com/josantonius/php-url.git
```

```console
cd PHP-Url
cd php-url
```

```console
Expand Down

0 comments on commit 6bcc4f0

Please sign in to comment.