Skip to content

Commit 605c658

Browse files
committed
update readme
1 parent 486134d commit 605c658

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# mfm-parser-pegjs
1+
# rosee
22
## Description
33
A MFM parser implementation with PEG.js (In developing)
44

55
## Installation
66
```
7-
npm i mfm-parser-pegjs
7+
npm i rosee
88
```
99

1010
## Usage
1111
TypeScript:
1212
```ts
13-
import * as mfm from 'mfm-parser-pegjs';
13+
import * as mfm from 'rosee';
1414

1515
// parse a MFM text
1616
const result = mfm.parse('good morning ***everynyan!***');
@@ -22,12 +22,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:​');
2222
## Usage (Repository)
2323
### 1. Clone
2424
```
25-
git clone https://github.com/marihachi/mfm-parser-pegjs.git
25+
git clone https://github.com/marihachi/rosee.git
2626
```
2727

2828
### 2. Install packages
2929
```
30-
cd mfm-parser-pegjs
30+
cd rosee
3131
npm i
3232
```
3333

0 commit comments

Comments
 (0)