Skip to content

Commit

Permalink
updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianlzy committed Jan 29, 2017
1 parent 8c45656 commit 0872be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ node index.js
Run SDK client

```js
DEBUG=super-debug,super-curl node sdk.js
DEBUG=super-debug,super-curl babel-node sdk.js
```
2 changes: 1 addition & 1 deletion example/sdk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let superagent = require('superagent');
let superdebug = require('../lib/index');
let superdebug = require('../index').default;

superagent
.get('http://localhost:3000/debug')
Expand Down

0 comments on commit 0872be1

Please sign in to comment.