Skip to content

Commit

Permalink
docs: edit link and informations on README file
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed Jan 10, 2018
1 parent da88311 commit e59bede
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
@@ -1,5 +1,4 @@
# Auto Complete

Search keyword auto complete component.<br>
Display recommend word list, when you type search character in input element.

Expand All @@ -12,15 +11,12 @@ Display recommend word list, when you type search character in input element.
## Documentation
* **API** : [https://nhnent.github.io/tui.auto-complete/latest](https://nhnent.github.io/tui.auto-complete/latest)
* **Tutorial** : [https://github.com/nhnent/tui.auto-complete/wiki](https://github.com/nhnent/tui.auto-complete/wiki)
* **Sample** - [https://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic-usage.html](https://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic-usage.html)

## Sample Image
![autocomplete](https://cloud.githubusercontent.com/assets/11814228/8348687/f73f696c-1b50-11e5-88a4-d503fd1c05b6.png)
* **Example** - [https://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic.html](https://nhnent.github.io/tui.auto-complete/latest/tutorial-example01-basic.html)

## Dependency
* [jquery](https://github.com/jquery/jquery): ^1.11.0
* [js-cookie](https://github.com/js-cookie/js-cookie): ^1.2.0
* [tui-code-snippet](https://github.com/nhnent/tui-code-snippet): ^1.2.5
* [jquery](https://github.com/jquery/jquery) >=1.11.0
* [js-cookie](https://github.com/js-cookie/js-cookie) >=1.2.0
* [tui-code-snippet](https://github.com/nhnent/tui-code-snippet) >=1.2.5

## Test environment
### PC
Expand Down

0 comments on commit e59bede

Please sign in to comment.