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 a1755b9 commit bd633d7Copy full SHA for bd633d7
README.md
@@ -49,7 +49,7 @@ This will display:
49
mjr:~/work/node_redis (master)$
50
51
Note that the API is entirely asynchronous. To get data back from the server, you'll need to use a callback.
52
-From v.2.6 on the API supports camelCase and snack_case and all options / variables / events etc. can be used either way.
+From v.2.6 on the API supports camelCase and snake_case and all options / variables / events etc. can be used either way.
53
It is recommended to use camelCase as this is the default for the Node.js landscape.
54
55
### Promises
0 commit comments