Browse Source

Updated README + bump to 0.2.1

master
Muthu Kumar 7 years ago
parent
commit
8ef40eb69a
  1. 10
      README.md
  2. 4
      package.json

10
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
<script src = "https://unpkg.com/do-node">
```

4
package.json

@ -1,6 +1,6 @@
{
"name": "do-node",
"version": "0.2.0",
"name": "@codefeathers/do-node",
"version": "0.2.1",
"description": "A (partial) DigitalOcean wrapper for Node.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save