Update README.md

This commit is contained in:
Vaidhyanathan S M
2021-01-17 09:14:38 +05:30
committed by GitHub
parent 4a57f1d9ce
commit d097b1a0d3

View File

@ -26,7 +26,7 @@ Although these suggestions can be applied to any programming language, I will us
## Naming convention
Pick **one** naming convention and follow it. It may be `cammelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent.
Pick **one** naming convention and follow it. It may be `camelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent.
```js
/* Bad */