From 1669f3906266eb27fe10644842591954200a03b8 Mon Sep 17 00:00:00 2001 From: Boisney Philippe Date: Fri, 10 Mar 2017 16:21:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98da41e..fa7c312 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 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), the other with an array of custom object (Array) 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>