Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
hromero committed Dec 28, 2018
1 parent 590a915 commit 66da93e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# VueJs Smart Table

Vue Smart Table was created out of the need for a simple highly customizable data table plugin
that could take advantage of Vue's slots. It has no dependencies but Vue and Vuex and because it
that could take advantage of Vue's slots. It has no dependencies but Vue and because it
renders as a standard HTML table it is compatible with CSS Frameworks such as Bootstrap and Foundation.

Out of the box you will get filtering, column sorting, client side pagination and row selection.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction

Vue Smart Table was created out of the need for a simple highly customizable data table plugin
that could take advantage of Vue's slots. It has no dependencies but Vue and Vuex and because it
that could take advantage of Vue's slots. It has no dependencies but Vue and because it
renders as a standard HTML table it is compatible with CSS Frameworks such as Bootstrap and Foundation.

Out of the box you will get filtering, column sorting, client side pagination and row selection.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vuejs-smart-table",
"version": "0.0.1",
"keywords": ["vue", "table", "grid", "datagrid"],
"version": "0.0.3",
"private": false,
"main": "src/main.js",
"author": "Hector Romero Granillo",
Expand Down

0 comments on commit 66da93e

Please sign in to comment.