Update README.md

This commit is contained in:
wenyekui 2014-08-05 12:43:50 +08:00
parent 5926ba2b4d
commit 88edfa89f5
1 changed files with 1 additions and 1 deletions

View File

@ -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.