Skip to content

Commit a2f8310

Browse files
committedMar 18, 2017
The repository was updated to version 1.1.1
1 parent 500c564 commit a2f8310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README-ES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Para instalar PHP Url library, simplemente escribe:
3030

3131
$ composer require Josantonius/Url
3232

33-
El comando anterior solamente instalará los archivos necesarios, si prefieres descargar todo el código, incluyendo tests, puedes utilizar:
33+
El comando anterior sólo instalará los archivos necesarios, si prefieres descargar todo el código fuente (incluyendo tests, directorio vendor, excepciones no utilizadas, documentos...) puedes utilizar:
3434

3535
$ composer require Josantonius/Url --prefer-source
3636

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To install PHP Url library, simply:
3030

3131
$ composer require Josantonius/Url
3232

33-
The previous command will only install the necessary files, if you prefer to download the entire source, including tests, you can use:
33+
The previous command will only install the necessary files, if you prefer to download the entire source code (including tests, vendor folder, exceptions not used, docs...) you can use:
3434

3535
$ composer require Josantonius/Url --prefer-source
3636

0 commit comments

Comments
 (0)
Please sign in to comment.