mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Update CONTRIBUTING.md
corrected markdown
This commit is contained in:
+2
-1
@@ -39,7 +39,8 @@ Some simple rules, that will make it easier to maintain our codebase:
|
||||
* Name your callback functions, such as `boom('the name', function afterBoom ( result ) { }`
|
||||
* Don't include author names in the header of your files, if you need to give credit to someone else do it in the commit comment.
|
||||
* Use the comma first style, for example:
|
||||
javascript```
|
||||
|
||||
```javascript
|
||||
var data = {
|
||||
value: 'the value'
|
||||
, detail: 'the details...'
|
||||
|
||||
Reference in New Issue
Block a user