Skip to content

Commit

Permalink
update readme, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Mar 26, 2021
1 parent bffb7b5 commit ae2296d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ An MFM parser implementation with PEG.js

## Installation
```
npm i rosee
npm i mfm-js
```

## Usage
TypeScript:
```ts
import * as mfm from 'rosee';
import * as mfm from 'mfm-js';

const inputText =
`<center>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mfm-js",
"version": "0.8.0",
"description": "A MFM parser implementation with PEG.js",
"description": "An MFM parser implementation with PEG.js",
"main": "./built/index.js",
"scripts": {
"build": "npm run tsc && npm run peg",
Expand Down

0 comments on commit ae2296d

Please sign in to comment.