1
0
Fork 0

Package names are case insensitive

pull/6326/head
Javier Eguiluz 2017-04-05 10:04:19 +02:00
parent 5f09df6070
commit 5f6d42a0b0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ separated by `/`. Examples:
* igorw/event-source
The name can contain any character, including white spaces, and it's case
sensitive (`foor/bar` is considered a different package than `Foo/Bar`). In order
insensitive (`foor/bar` and `Foo/Bar` are considered the same package). In order
to simplify its installation, it's recommended to define a short and lowercase
name that doesn't include non-alphanumeric characters or white spaces.