Skip to content

Commit

Permalink
Merge pull request #1055 from kevinresol/patch-1
Browse files Browse the repository at this point in the history
Fix snake_case typo
  • Loading branch information
BridgeAR committed May 4, 2016
2 parents a1755b9 + bd633d7 commit 3ab19e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This will display:
mjr:~/work/node_redis (master)$

Note that the API is entirely asynchronous. To get data back from the server, you'll need to use a callback.
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.
It is recommended to use camelCase as this is the default for the Node.js landscape.

### Promises
Expand Down

0 comments on commit 3ab19e9

Please sign in to comment.