Skip to content
Snippets Groups Projects
Unverified Commit 0a78a1b4 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update README.md

parent 8cd2d637
No related branches found
No related tags found
No related merge requests found
# 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); ...@@ -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
......
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