Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLuit committed Sep 15, 2018
1 parent e71b49f commit 385c819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project wraps a part of Node.js's [dns module](https://nodejs.org/api/dns.h

## Usage

> npm install graceful-dns
> npm i @cryptoscamdb/graceful-dns
## API

Expand All @@ -24,7 +24,7 @@ This project wraps a part of Node.js's [dns module](https://nodejs.org/api/dns.h
## Examples

```
const dns = require('graceful-dns');
const dns = require('@cryptoscamdb/graceful-dns');
(async () => {
const ip = await dns.getIP('example.com');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptoscamdb/graceful-dns",
"version": "1.0.0",
"version": "1.0.1",
"description": "An NPM package to provide non-rejecting promises for Node's DNS module",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 385c819

Please sign in to comment.