From 8ef40eb69a28dd7e9aa9e905e26602147c01fe82 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sun, 11 Feb 2018 13:42:43 +0530 Subject: [PATCH] Updated README + bump to 0.2.1 --- README.md | 10 +--------- package.json | 4 ++-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 20f81fe..0dd9922 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Currently do-node only supports domain and domain records functions. ## Installation -`npm install --save do-node` +`npm install --save @codefeathers/do-node` ## Usage @@ -38,11 +38,3 @@ digitalOcean.domain.Records.Update({ .then(res => console.log(res)) .catch(err => console.log(err.response.data.message)); ``` - -## In the browser - -Use an unpkg script tag to use `do-node` from the browser. - -```HTML -