From 88edfa89f57f00e2746cd9c17b38e1a389f0e6c8 Mon Sep 17 00:00:00 2001 From: wenyekui Date: Tue, 5 Aug 2014 12:43:50 +0800 Subject: [PATCH] Update README.md --- client/nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/nodejs/README.md b/client/nodejs/README.md index 4fa6560..7ababc5 100644 --- a/client/nodejs/README.md +++ b/client/nodejs/README.md @@ -4,7 +4,7 @@ This is a modification of [simplegeo/nodejs-redis](https://github.com/simplegeo/ ###Setup Just copy (or move) the ledis directory into your project's **node_modules** directory. - cp -r /path/to/github.com/src/ledisdb/client/nodejs/ledis /path/to/your/node_modules/ + cp -r /path/to/ledisdb/client/nodejs/ledis /path/to/your/node_modules/ ###Example Below is the total content of example.js, including the ledisDB's special commands.