From ae0030659f0094f534dad7c35e06be72810f7bae Mon Sep 17 00:00:00 2001 From: beaulm Date: Sun, 6 Mar 2016 20:22:43 -0600 Subject: [PATCH] Update README.md Changed "Note that the API is entire asynchronous" to "Note that the API is entirely asynchronous" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a88332e422..5c914795bc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This will display: 1: hashtest 2 mjr:~/work/node_redis (master)$ -Note that the API is entire asynchronous. To get data back from the server, you'll need to use a callback. +Note that the API is entirely asynchronous. To get data back from the server, you'll need to use a callback. ### Promises