Skip to content

Commit 5db99b8

Browse files
author
Ritsuki Goto
committed
[fix] README
1 parent c295dfa commit 5db99b8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## What's this?
33
NML to HTML/PlainText for JavaScript.
44

5-
## How to use?
5+
## How to use
66
Install
77
```
88
npm install nml-converter
@@ -18,8 +18,17 @@ console.log(novel.to("html"))
1818
console.log(novel.to("plain"))
1919
```
2020

21+
## How to build
22+
23+
```
24+
$ npm install
25+
$ bower install
26+
$ gulp
27+
```
28+
29+
2130
## Test now!
22-
http://AI-create-team.github.io/NML-JavaScript/
31+
http://WriterLighter.github.io/NML-JavaScript/
2332

2433
## Contributor
2534
@kawakawaritsuki

0 commit comments

Comments
 (0)