Browse Source

Update usage.md

文翼 11 years ago
parent
commit
9e4202fc23
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/_includes/getting-started/usage.md

+ 3 - 1
docs/_includes/getting-started/usage.md

@@ -15,6 +15,8 @@ Include jQuery library, bootstrap library (if your project doesn't use it alread
 <script src="jquery.min.js"></script>
 <script src="bootstrap.min.js"></script>
 <script src="bootstrap-table.js"></script>
+<-- put your locale files after bootstrap-table.js -->
+<script src="bootstrap-table-zh-CN.js"></script>
 ```
 
 ---
@@ -111,4 +113,4 @@ $('#table').bootstrapTable({
         title: 'Item Price'
     }, ]
 });
-```
+```