Skip to content

Commit

Permalink
Adding webpack section
Browse files Browse the repository at this point in the history
  • Loading branch information
Myddna authored Sep 21, 2020
1 parent 18211dc commit 3e5ea8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ zeynep.on('closing', function () {
// destroys the menu
zeynep.destroy()
```
## Adding to webpack
Once added to your project, you can import the module to use it:
```js
import 'zeynepjs';
```

## Contribution
Contributions and pull requests are kindly welcomed!
Expand Down

0 comments on commit 3e5ea8e

Please sign in to comment.