Skip to content

Commit 7779a7a

Browse files
author
Jiang Shang
committed
v0.1.1
1 parent 876748f commit 7779a7a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ HyperDown.js
55

66
翻译为 ES6 的 [src/Parser.js](src/Parser.js)
77

8+
##使用方法##
9+
```
10+
npm install hyperdown
11+
```
12+
813
##开发者使用方法##
914
###nodejs 中使用##
1015
[dist/Parser.js](dist/Parser.js) (用 babel 编译成 ES5 的版本)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Markdown解析器",
44
"repository": "https://github.com/SegmentFault/HyperDown.js",
55
"license": "BSD-4-Clause",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"devDependencies": {
88
"babel": "^5.8.22",
99
"babel-core": "^5.8.22",

0 commit comments

Comments
 (0)