Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
hsk81 committed Jun 10, 2019
1 parent b41f44f commit 902ec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ npm install @dizmo/functions-before --save
### Require

```javascript
let lib = require("@dizmo/functions-before");
const { before } = require("@dizmo/functions-before");
```

### Examples
Expand Down

0 comments on commit 902ec7e

Please sign in to comment.