Переглянути джерело

Package names are case insensitive

Javier Eguiluz 8 роки тому
батько
коміт
5f6d42a0b0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -35,7 +35,7 @@ separated by `/`. Examples:
 * igorw/event-source
 * igorw/event-source
 
 
 The name can contain any character, including white spaces, and it's case
 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
 to simplify its installation, it's recommended to define a short and lowercase
 name that doesn't include non-alphanumeric characters or white spaces.
 name that doesn't include non-alphanumeric characters or white spaces.