diff --git a/README.md b/README.md index fa7c312..e2fc9b7 100644 --- a/README.md +++ b/README.md @@ -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.

1 - DEFAULT: With Array<String>