Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeBoisney committed Mar 10, 2017
1 parent 1669f39 commit c11cae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,9 @@ This search bar will allow you to offer suggestions words to your users when the


## DEMO
**Two ways to use this lib :** One with a simple array of string (Array<String>), the other with an array of custom object (Array<ModernSearchBarModel>) if you want to get image of each row from an url.
**Two ways to use this lib :**
- One with a simple array of string (Array<String>)
- The other with an array of custom object (Array<ModernSearchBarModel>) if you want to get image of each row from an url.
<p align="center">
<h3>1 - DEFAULT: With Array&#60;String&#62;</h3>
<img src ="https://github.com/PhilippeBoisney/ModernSearchBar/raw/master/Gifs/Gif_simple_list.gif", height=300/>
Expand Down

0 comments on commit c11cae1

Please sign in to comment.