diff --git a/README.md b/README.md index 76fc5f2..6ec285e 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,14 @@ effortlessly. ``` -A basic example is located in the [examples folder](https://github.com/AddSearch/search-ui/tree/master/examples/basic/index.html) -and it can be tested with a browser [here](https://demo.addsearch.com/search-ui-examples/basic/). - +## Examples +Basic example +- [Try it out](https://demo.addsearch.com/search-ui-examples/basic/) +- [View source code](https://github.com/AddSearch/search-ui/tree/master/examples/basic/index.html) + +Advanced example with all components +- [Try it out](https://demo.addsearch.com/search-ui-examples/components/) +- [View source code](https://github.com/AddSearch/search-ui/tree/master/examples/components/index.html) ## Search UI instance and configuration To create a Search UI instance, call the constructor ```new AddSearchUI(client, conf)```