Skip to content

Commit b0d73c6

Browse files
committed
Update README.md
1 parent de1d686 commit b0d73c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
Magento 2 SmartSearch implementation. This is a basic extension without any config options that replaces the default Magento autocomplete with a smart search implementation.
33

44
## Installation with composer
5-
* Include the repository: composer require sebwite/magento2-smartsearch
6-
* Enable the extension: php bin/magento --clear-static-content module:enable Sebwite_SmartSearch
7-
* Upgrade db scheme: php bin/magento setup:upgrade
5+
* Include the repository: `composer require sebwite/magento2-smartsearch`
6+
* Enable the extension: `php bin/magento --clear-static-content module:enable Sebwite_SmartSearch`
7+
* Upgrade db scheme: `php bin/magento setup:upgrade`
88
* Clear cache
99

1010
After these steps the default Magento 2 searchbar will be transformed into a smartsearch searchbar.
1111

1212
##Todo's:
1313
* Add config page
1414
* Show loading indicator
15-
* Add cache
15+
* Add cache

0 commit comments

Comments
 (0)