From a3873794259f8b261ddae26afa11803e18aafad1 Mon Sep 17 00:00:00 2001 From: uwla Date: Wed, 29 May 2024 18:16:59 -0300 Subject: [PATCH] docs: update project description and project links --- README.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73651d1..b68d40d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # VUE DATA TABLE -`VueDataTable` is a Vue plugin that adds advanced features to an HTML table. - -It was inspired by DataTable jQuery Plugin, but was written from scratch in Vue. +`VueDataTable` is a Vue plugin to easily create fully-featured data tables. - [FEATURES](#features) - [DEMO](#demo) @@ -27,6 +25,9 @@ It was inspired by DataTable jQuery Plugin, but was written from scratch in Vue. - [LICENSE](#license) - [CONTRIBUTING](#contributing) +Check out my other plugin, [vue-form-builder](https://github.com/uwla/vue-form-builder), +that automatically generates beautiful forms from declarative rules. + ## FEATURES - Pagination diff --git a/package.json b/package.json index a880a42..041729a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uwlajs/vue-data-table", - "description": "Vue plugin that adds advanced features to an HTML table", + "description": "Vue plugin to easily create fully-featured data tables", "version": "2.1.0", "author": "uwla", "private": false,