-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Łukasz Pawełczak
authored and
Łukasz Pawełczak
committed
Apr 6, 2015
1 parent
c862826
commit 91f75bd
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
JQuery plugin easy autocomplete | ||
# <a href='http://easyautocomplete.com' >EasyAutocomplete</a> | ||
*Jquery autocomplete plugin* | ||
|
||
|
||
|
||
Visit EasyAutocomplete page <a href='http://easyautocomplete.com' >http://easyautocomplete.com</a>. You can found there full documentation <a href='http://easyautocomplete.com/?page=guide' >guide</a> on how to use EasyAutocomplete plugin. | ||
|
||
###File location: | ||
* Distribution files Javascript, CSS are in `dist` folder, | ||
* Source files are in the folder `src`, | ||
* Simple examples, that presents usage of plugin can be found in folder `demo`, | ||
* Tests for the plugin are located in folder `test`. | ||
|
||
|
||
###License: | ||
Code released under <a href='http://github.com/pawelczak/EasyAutocomplete/blob/master/LICENSE.txt' >the MIT license</a>. |