We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50c2b commit ae3a2a8Copy full SHA for ae3a2a8
1 file changed
README.md
@@ -25,21 +25,16 @@
25
## 安装
26
27
0. 通过 Bower 安装:
28
+
29
```sh
30
$ bower install underscore-template
31
```
32
33
0. 在页面中加载 Underscore-template 的脚本文件及必要的依赖:
34
35
```html
- <!DOCTYPE html>
- <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>
+ <script src="bower_components/underscore/underscore.js"></script>
+ <script src="bower_components/underscore-template/src/underscore-template.js"></script>
43
44
45
## API 文档
0 commit comments