mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-24 15:05:14 +00:00
Update README.md
This commit is contained in:
parent
8cd2d63782
commit
0a78a1b404
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# mfm.js
|
||||
## Description
|
||||
A MFM parser implementation with PEG.js
|
||||
An MFM parser implementation with PEG.js
|
||||
|
||||
[![NPM](https://nodei.co/npm/mfm-js.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/mfm-js)
|
||||
|
||||
## Installation
|
||||
```
|
||||
|
@ -32,7 +33,7 @@ const text = mfm.toString(mfmTree);
|
|||
|
||||
```
|
||||
|
||||
## Usage (Repository)
|
||||
## Develop
|
||||
### 1. Clone
|
||||
```
|
||||
git clone https://github.com/misskey-dev/mfm.js.git
|
||||
|
|
Loading…
Reference in a new issue