Skip to content

Commit ab69ab4

Browse files
author
Jiang Shang
committed
README link fix
1 parent ba01043 commit ab69ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ HyperDown.js
33

44
这是 js 版本 HyperDown
55

6-
翻译为 ES6 的 [src/Parser.js](blob/master/src/Parser.js)
6+
翻译为 ES6 的 [src/Parser.js](src/Parser.js)
77

88
##开发者使用方法##
99
###nodejs 中使用##
10-
[dist/Parser.js](blob/master/src/Parser.js) (用 babel 编译成 ES5 的版本)
10+
[dist/Parser.js](src/Parser.js) (用 babel 编译成 ES5 的版本)
1111
用 babel 编译:
1212
```
1313
$ babel src/Parser.js -o dist/Parser.js
1414
```
1515

1616
###浏览器中使用###
17-
[hyperdown.js](blob/master/hyperdown.js) ( webpack 打包后的版本 )
17+
[hyperdown.js](hyperdown.js) ( webpack 打包后的版本 )
1818
用 webpack 打包:
1919
```
2020
npm build

0 commit comments

Comments
 (0)