From 0a78a1b404e64149d6b9acf7377212a2edb65487 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 27 Mar 2021 01:06:38 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c771711..54153f0 100644 --- a/README.md +++ b/README.md @@ -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