Skip to content

Commit

Permalink
add npm directions to setup in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar404 committed Jun 23, 2020
1 parent 9928e3d commit 3974726
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ npm i @foobar404/wave
```

<h1>Setup</h1>

<p>if your using npm use a default import to include wave</p>

```javascript
import Wave from "@foobar404/wave"
```

<p>create a new wave object.</p>

```javascript
Expand Down

0 comments on commit 3974726

Please sign in to comment.