diff --git a/docs/naming.md b/docs/naming.md index 51ace8d9..2b9009ed 100644 --- a/docs/naming.md +++ b/docs/naming.md @@ -21,6 +21,7 @@ jsupm_grove. Other times this does not. Try to pick a generic name so people with a similar sensor can inherit your class if they only have minor changes. 3. Avoid brand names, often your module can be very generic with little effort +4. Use only lowercase characters in your file names and folder names. ### Doubt