From 96d22d1c4e9698009c26a1401bcc661b38427272 Mon Sep 17 00:00:00 2001 From: Jason Morgan Date: Mon, 3 Dec 2012 22:22:44 -0500 Subject: [PATCH] minor edit to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e4fb3..34af5c3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ For more information on the API request and responses visit the [Alchemy API doc Installation ------------ -You can install this through npm: npm install alchemy-api
+You can install this through npm: npm install alchemy-api + You can also install via git by cloning: `git clone https://github.com/framingeinstein/node-alchemy.git /path/to/alchemy-api` Usage