mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
update repository name
This commit is contained in:
parent
7544188d4c
commit
c42fb34c90
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# rosee
|
# mfm.js
|
||||||
## Description
|
## Description
|
||||||
A MFM parser implementation with PEG.js
|
A MFM parser implementation with PEG.js
|
||||||
|
|
||||||
|
@ -31,12 +31,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:');
|
||||||
## Usage (Repository)
|
## Usage (Repository)
|
||||||
### 1. Clone
|
### 1. Clone
|
||||||
```
|
```
|
||||||
git clone https://github.com/marihachi/rosee.git
|
git clone https://github.com/misskey-dev/mfm.js.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Install packages
|
### 2. Install packages
|
||||||
```
|
```
|
||||||
cd rosee
|
cd mfm.js
|
||||||
npm i
|
npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "rosee",
|
"name": "mfm-js",
|
||||||
"version": "0.7.0",
|
"version": "0.7.0",
|
||||||
"description": "A MFM parser implementation with PEG.js",
|
"description": "A MFM parser implementation with PEG.js",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/marihachi/rosee.git"
|
"url": "git+https://github.com/misskey-dev/mfm.js.git"
|
||||||
},
|
},
|
||||||
"author": "Marihachi",
|
"author": "Marihachi",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue