Skip to content

Commit

Permalink
- update package name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispahm committed Jan 30, 2020
1 parent dc22334 commit 3bc56b1
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 @@ -48,9 +48,9 @@ npm install zid-harmonie

The module exports a single function.
```js
const harmonie = require('harmonie')
const harmonie = require('zid-harmonie')
// or using ES6 import
import harmonie from 'harmonie'
import harmonie from 'zid-harmonie'
```

## Usage
Expand Down

0 comments on commit 3bc56b1

Please sign in to comment.