Skip to content

Commit

Permalink
change docs to point to deno.land for module
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a committed Apr 26, 2020
1 parent 05ddaad commit d856ebb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.3.1(2020-04-26)

Update docs to point to deno.land for easy-soap-request deno module instead of github

# 3.3.0(2020-04-25)

## Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const xml = fs.readFileSync('test/zip-code-envelope.xml', 'utf-8');
### Deno

```js
import soapRequest from 'https://raw.githubusercontent.com/circa10a/easy-soap-request/master/index.d.js';
import soapRequest from 'https://deno.land/x/easy_soap_request/index.d.js';
import { readFileStr } from 'https://deno.land/std/fs/mod.ts';

// example data
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": "easy-soap-request",
"version": "3.3.0",
"version": "3.3.1",
"description": "A small library to make SOAP requests easier",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d856ebb

Please sign in to comment.