We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144fc0c commit e31bdbfCopy full SHA for e31bdbf
CONTRIBUTING.md
@@ -9,12 +9,12 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
9
10
* The code should follow: https://github.com/airbnb/javascript
11
* 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
+* `snake_case` for parameters and same name as in swagger
+* camelCase for method names. For example:
+ ```
+ personality_insights.getProfile()
+
18
# Issues
19
20
If you encounter an issue with the Node.js library, you are welcome to submit
0 commit comments