Skip to content

Commit

Permalink
fix: Correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl committed Oct 13, 2020
1 parent 78862c5 commit bc3948a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Once you have setup your worklet, and retrieved your raw (undecoded) file for pr

```js
//top of the file
import createSoundTouchNode from '@soundtouchjs/audio-context';
import createSoundTouchNode from '@soundtouchjs/audio-worklet';
//... and later

// called from our `loadSource()` method, after we've retrieved the
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"subject-case": [
2,
"always",
"sentence-case"
]
}
},
"standard-version": {
"header": "Changelog",
Expand Down

0 comments on commit bc3948a

Please sign in to comment.