Update README.md

This commit is contained in:
syuilo 2021-03-27 01:06:38 +09:00 committed by GitHub
parent 8cd2d63782
commit 0a78a1b404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# mfm.js # mfm.js
## Description An MFM parser implementation with PEG.js
A 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 ## Installation
``` ```
@ -32,7 +33,7 @@ const text = mfm.toString(mfmTree);
``` ```
## Usage (Repository) ## Develop
### 1. Clone ### 1. Clone
``` ```
git clone https://github.com/misskey-dev/mfm.js.git git clone https://github.com/misskey-dev/mfm.js.git