Skip to content

Commit

Permalink
docs(README): Show code examples of importing types from '@paneron/li…
Browse files Browse the repository at this point in the history
…bmmel'
  • Loading branch information
ribose-jeffreylau committed Aug 21, 2023
1 parent 4baac52 commit 01c5ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ npm install @paneron/libmmel

```typescript
import { textToMMEL, MMELToText } from '@paneron/libmmel';
import type { MMELModel } from '@paneron/libmmel/interface/model';
import type { MMELModel } from '@paneron/libmmel';


const text = '... insert MMEL text here ...';
Expand Down

0 comments on commit 01c5ef5

Please sign in to comment.