Skip to content
Snippets Groups Projects
Commit ae2296d6 authored by marihachi's avatar marihachi
Browse files

update readme, package.json

parent bffb7b5b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
{
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment