소스 검색

Update README.md

sumile 5 년 전
부모
커밋
54d6989126
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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
 ================