Browse Source

Update README.md

sumile 5 years ago
parent
commit
54d6989126
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -9,13 +9,14 @@ Install excel-preview and dependencies
 npm install excel-preview --save
 Include jquery and table2excel in your page
 
+```html
 <script src="node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script>
 <script src="node_modules/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
 <script src="node_modules/bootstrap-table/dist/bootstrap-table.min.js" type="text/javascript"></script>
 <script src="node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-CN.min.js" type="text/javascript"></script>
 <script src="node_modules/xlsx-style/dist/xlsx.full.min.js" type="text/javascript"></script>
 <script src="js/dist/excel-preview.min.js"></script>
-
+```
 
 Using the plugin
 ================