Skip to content

Commit e31bdbf

Browse files
Update CONTRIBUTING.md
1 parent 144fc0c commit e31bdbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
99

1010
* The code should follow: https://github.com/airbnb/javascript
1111
* 2 spaces identation
12-
* `snake_case` for service arguments and same name as in the Service swagger documentation
13-
* camelCase for method names. For example:
14-
15-
personality_insights.getProfile()
16-
17-
12+
* `snake_case` for parameters and same name as in swagger
13+
* camelCase for method names. For example:
14+
```
15+
personality_insights.getProfile()
16+
```
17+
1818
# Issues
1919

2020
If you encounter an issue with the Node.js library, you are welcome to submit

0 commit comments

Comments
 (0)