Make a note about lower casing of package names (#9883)
parent
aa2e7c387a
commit
cc7c6e569b
|
@ -26,8 +26,8 @@ In this case the project name is `acme/hello-world`, where `acme` is the vendor
|
|||
name. Supplying a vendor name is mandatory.
|
||||
|
||||
> **Note:** If you don't know what to use as a vendor name, your GitHub
|
||||
> username is usually a good bet. While package names are case-insensitive, the
|
||||
> convention is all lowercase and dashes for word separation.
|
||||
> username is usually a good bet. Package names must be lowercase, and the
|
||||
> convention is to use dashes for word separation.
|
||||
|
||||
## Library Versioning
|
||||
|
||||
|
|
Loading…
Reference in New Issue