Modifying "snake-case" to "kebab-case" for clarity. (#1196)
This commit is contained in:
		@ -52,7 +52,7 @@ cobra add config
 | 
				
			|||||||
cobra add create -p 'configCmd'
 | 
					cobra add create -p 'configCmd'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Note: Use camelCase (not snake_case/snake-case) for command names.
 | 
					*Note: Use camelCase (not snake_case/kebab-case) for command names.
 | 
				
			||||||
Otherwise, you will encounter errors.
 | 
					Otherwise, you will encounter errors.
 | 
				
			||||||
For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
 | 
					For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user