From bd633d7306564687824f76ca90b4586cb190e623 Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Wed, 4 May 2016 15:18:26 +0800 Subject: [PATCH] Do you mean snake_case instead of snack_case? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe1c3ac15..6539fc1170 100644 --- a/README.md +++ b/README.md @@ -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