From cc7c6e569b6b62a94a75d449e725f13bf1e8fe58 Mon Sep 17 00:00:00 2001 From: Gert de Pagter Date: Mon, 17 May 2021 22:18:06 +0200 Subject: [PATCH] Make a note about lower casing of package names (#9883) --- doc/02-libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index 11da6aa84..c731f105d 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -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