From ed730a4ca6ff567fbb0821a9829cdb1ee2ab5667 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Fri, 12 May 2017 15:44:51 -0700 Subject: [PATCH] docs: remove global flag from install section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 641b317..f8960cd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A node.js library for interacting with the [NeoCities](https://neocities.org/api ## Installation ``` - $ npm install neocities --global +$ npm install neocities ``` ## Usage @@ -48,4 +48,4 @@ api.info(function(resp) { api.info('youpi', function(resp) { console.log(resp) }) -``` \ No newline at end of file +```