Skip to content

Commit 3ab19e9

Browse files
committed
Merge pull request #1055 from kevinresol/patch-1
Fix snake_case typo
2 parents a1755b9 + bd633d7 commit 3ab19e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This will display:
4949
mjr:~/work/node_redis (master)$
5050

5151
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.
52+
From v.2.6 on the API supports camelCase and snake_case and all options / variables / events etc. can be used either way.
5353
It is recommended to use camelCase as this is the default for the Node.js landscape.
5454

5555
### Promises

0 commit comments

Comments
 (0)