Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
victorrseloy committed Oct 11, 2018
1 parent ac07564 commit 368fd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ you can use require or import like syntax access devery classes

1. require like syntax.
```javascript
const devery = require('devery');
const devery = require('@devery/devery');
const DeveryRegistry = devery.DeveryRegistry;

let deveryRegistryClient = new DeveryRegistry();
Expand All @@ -37,7 +37,7 @@ or alternatively you can use this.

2. ES6 import sytax
```javascript
import {DeveryRegistry} from 'devery';
import {DeveryRegistry} from '@devery/devery';

let deveryRegistryClient = new DeveryRegistry();
```
Expand Down

0 comments on commit 368fd4c

Please sign in to comment.