summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6f6a273..9b236f5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ http://www.jtable.org
[![A screenshot of jTable](https://raw.githubusercontent.com/hikalkan/jtable/master/screenshot.png)](http://jtable.org/)
-jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
+jTable is a jQuery plugin used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
* Automatically creates HTML table and loads records from server using AJAX.
* Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page.
@@ -28,8 +28,8 @@ jTable is a jQuery plugin that is used to create AJAX based CRUD tables without
Notes
======
-lib folder contains all necessary files to use jTable.
+lib folder contains files necessary to use jTable.
-dev folder contains parts of library that can be helpful for development of jTable.
+dev folder contains parts of library helpful for development of jTable.
-See http://www.jtable.org for documantation, demos, themes and more...
+See http://www.jtable.org for documentation, demos, themes and more...