Skip to content

Commit ae3a2a8

Browse files
committed
Fix typo in README.
1 parent 1d50c2b commit ae3a2a8

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,16 @@
2525
## 安装
2626

2727
0. 通过 Bower 安装:
28+
2829
```sh
2930
$ bower install underscore-template
3031
```
3132

3233
0. 在页面中加载 Underscore-template 的脚本文件及必要的依赖:
34+
3335
```html
34-
<!DOCTYPE html>
35-
<html>
36-
<head>...</head>
37-
<body>
38-
...
39-
<script src="bower_components/underscore/underscore.js">
40-
<script src="bower_components/underscore-template/src/underscore-template.js">
41-
</body>
42-
</html>
36+
<script src="bower_components/underscore/underscore.js"></script>
37+
<script src="bower_components/underscore-template/src/underscore-template.js"></script>
4338
```
4439

4540
## API 文档

0 commit comments

Comments
 (0)