Skip to content

Commit

Permalink
Merge c40226d into a17e968
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed May 1, 2021
2 parents a17e968 + c40226d commit 7f23fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install --save chord-symbol
## Usage

```javascript
import { chordPaserFactory, chordRendererFactory } from 'chord-symbol';
import { chordParserFactory, chordRendererFactory } from 'chord-symbol';

const parseChord = chordParserFactory();
const renderChord = chordRendererFactory({ useShortNamings: true });
Expand Down

0 comments on commit 7f23fbf

Please sign in to comment.