Skip to content

Commit aac42d8

Browse files
committed
docs: improve documentation
Add and modify new document files. Closes #2
1 parent 6bcc4f0 commit aac42d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/lang/es-ES/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Biblioteca de PHP para acceder a la información de una URL.
1515

1616
Proporciona un reemplazo mejorado para el acceso a los componentes de una URL que ofrecen las
17-
funciones parse_url y pathinfo de PHP.
17+
funciones `parse_url` y `pathinfo` de PHP.
1818

1919
Esta biblioteca no formatea la URL proporcionada, sólo facilita el acceso a los componentes.
2020
Para algo más avanzado puede usar algo como `league/uri-components`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PHP library to access URL information.
1515

1616
Provides an improved replacement for the access to the components of a URL offered by PHP's
17-
parse_url and pathinfo functions.
17+
`parse_url` and `pathinfo` functions.
1818

1919
This library does not format the provided URL, it only makes it easier to access the components.
2020
For something more advanced you can use something like `league/uri-components`.

0 commit comments

Comments
 (0)