diff --git a/README.md b/README.md index 7beaab6b246ec1f3d4f17862acaa576537eda068..16941af89e66f5f47c70caac400aba7dba51fb4f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `<kldb-search-box>` displays a search box similar to the one you could find on your knowledge base instance. *Warning* -It's use to filter result of an other component : [`<kldb-search-results>`](https://git.startinblox.com/applications/knowledge-base/components/search-results). You need to implemente both components and link them with a script. +This component is used to filter results of another component : [`<kldb-search-results>`](https://git.startinblox.com/applications/knowledge-base/components/search-results). You need to implement both components and link them with a script. > When we made this component we thought that it was relevant to separate it in two parts : the filters and the results in order to get more freedom in the implementation. So we've added a script to link them. We are looking for a smarter solution. If you have any suggestions for improvement, we would be happy to hear from you :)