From c11cae1967592653a813c8be741853a01ffecbf4 Mon Sep 17 00:00:00 2001 From: Boisney Philippe Date: Fri, 10 Mar 2017 16:22:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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>