File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Para algo más avanzado puede usar algo como `league/uri-components`.
25
25
- [ Instalación] ( #instalación )
26
26
- [ Clases disponibles] ( #clases-disponibles )
27
27
- [ Clase Url] ( #clase-url )
28
- - [ Excepciones utilizadas] ( #excepciones-utilizadas )
29
28
- [ Uso] ( #uso )
30
29
- [ Tests] ( #tests )
31
30
- [ Tareas pendientes] ( #tareas-pendientes )
@@ -724,7 +723,7 @@ git clone https://github.com/josantonius/php-url.git
724
723
```
725
724
726
725
``` console
727
- cd PHP-Url
726
+ cd php-url
728
727
```
729
728
730
729
``` console
@@ -753,7 +752,9 @@ composer phpmd
753
752
754
753
Ejecutar todas las pruebas anteriores:
755
754
756
- composer tests
755
+ ``` console
756
+ composer tests
757
+ ```
757
758
758
759
## Tareas pendientes
759
760
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ For something more advanced you can use something like `league/uri-components`.
25
25
- [ Installation] ( #installation )
26
26
- [ Available Classes] ( #available-classes )
27
27
- [ Url Class] ( #url-class )
28
- - [ Exceptions Used] ( #exceptions-used )
29
28
- [ Usage] ( #usage )
30
29
- [ Tests] ( #tests )
31
30
- [ TODO] ( #todo )
@@ -684,7 +683,7 @@ git clone https://github.com/josantonius/php-url.git
684
683
```
685
684
686
685
``` console
687
- cd PHP-Url
686
+ cd php-url
688
687
```
689
688
690
689
``` console
You can’t perform that action at this time.
0 commit comments