Browse Source

Update usage

zhixin 6 years ago
parent
commit
cfc3f58c93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      site/docs/getting-started/usage.md

+ 2 - 2
site/docs/getting-started/usage.md

@@ -112,7 +112,7 @@ $('#table').bootstrapTable({
   }, {
     field: 'price',
     title: 'Item Price'
-  }, ]
+  }]
 })
 {% endhighlight %}
 
@@ -132,6 +132,6 @@ $('#table').bootstrapTable({
   }, {
     field: 'price',
     title: 'Item Price'
-  }, ]
+  }]
 })
 {% endhighlight %}