Update README.md
This commit is contained in:
		@ -215,7 +215,9 @@ cobra add config
 | 
				
			|||||||
cobra add create -p 'configCmd'
 | 
					cobra add create -p 'configCmd'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Note: Use camelCase (not snake_case/snake-case) for command names. Otherwise, you will become unexpected errors. For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
 | 
					*Note: Use camelCase (not snake_case/snake-case) for command names.
 | 
				
			||||||
 | 
					Otherwise, you will become unexpected errors.
 | 
				
			||||||
 | 
					For example, `cobra add add-user` is incorrect, but `cobra add addUser` is valid.*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Once you have run these three commands you would have an app structure that would look like:
 | 
					Once you have run these three commands you would have an app structure that would look like:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user