From 3a2ada1ce09f20934d45a7a07d132202e5a86c88 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 3 Feb 2014 15:34:54 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb9be90..7a5270e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ wget https://raw2.github.com/coolaj86/json-storage-js/master/json-storage.js Node.JS (Server) ```bash -npm install localStorage json-storage +npm install -S localStorage json-storage ``` Usage