From 605c6585c7b46b4e0628a8ad70bd9b171c23f967 Mon Sep 17 00:00:00 2001
From: marihachi <marihachi0620@gmail.com>
Date: Fri, 19 Mar 2021 21:16:21 +0900
Subject: [PATCH] update readme

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3a8b81b..a038e83 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# mfm-parser-pegjs
+# rosee
 ## Description
 A MFM parser implementation with PEG.js (In developing)  
 
 ## Installation
 ```
-npm i mfm-parser-pegjs
+npm i rosee
 ```
 
 ## Usage
 TypeScript:  
 ```ts
-import * as mfm from 'mfm-parser-pegjs';
+import * as mfm from 'rosee';
 
 // parse a MFM text
 const result = mfm.parse('good morning ***everynyan!***');
@@ -22,12 +22,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:​');
 ## Usage (Repository)
 ### 1. Clone
 ```
-git clone https://github.com/marihachi/mfm-parser-pegjs.git
+git clone https://github.com/marihachi/rosee.git
 ```
 
 ### 2. Install packages
 ```
-cd mfm-parser-pegjs
+cd rosee
 npm i
 ```
 
-- 
GitLab