Skip to content

Commit 34b0660

Browse files
committed
Update README.md
1 parent 410fbcd commit 34b0660

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ http://www.jtable.org
55

66
[![A screenshot of jTable](https://raw.githubusercontent.com/hikalkan/jtable/master/screenshot.png)](http://jtable.org/)
77

8-
jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
8+
jTable is a jQuery plugin used to create AJAX based CRUD tables without coding HTML or Javascript. It has several features including:
99

1010
* Automatically creates HTML table and loads records from server using AJAX.
1111
* 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
2828
Notes
2929
======
3030

31-
lib folder contains all necessary files to use jTable.
31+
lib folder contains files necessary to use jTable.
3232

33-
dev folder contains parts of library that can be helpful for development of jTable.
33+
dev folder contains parts of library helpful for development of jTable.
3434

35-
See http://www.jtable.org for documantation, demos, themes and more...
35+
See http://www.jtable.org for documentation, demos, themes and more...

0 commit comments

Comments
 (0)