We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486134d commit 605c658Copy full SHA for 605c658
README.md
@@ -1,16 +1,16 @@
1
-# mfm-parser-pegjs
+# rosee
2
## Description
3
A MFM parser implementation with PEG.js (In developing)
4
5
## Installation
6
```
7
-npm i mfm-parser-pegjs
+npm i rosee
8
9
10
## Usage
11
TypeScript:
12
```ts
13
-import * as mfm from 'mfm-parser-pegjs';
+import * as mfm from 'rosee';
14
15
// parse a MFM text
16
const result = mfm.parse('good morning ***everynyan!***');
@@ -22,12 +22,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:');
22
## Usage (Repository)
23
### 1. Clone
24
25
-git clone https://github.com/marihachi/mfm-parser-pegjs.git
+git clone https://github.com/marihachi/rosee.git
26
27
28
### 2. Install packages
29
30
-cd mfm-parser-pegjs
+cd rosee
31
npm i
32
33
0 commit comments