Skip to content

Commit 705a884

Browse files
committed
MAGE-950: code updated as per code review suggestions.
1 parent a827d05 commit 705a884

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ The extension does most of the heavy lifting when it comes to gathering and prep
9292

9393
Depending on the extension version you are using, you could have a different PHP API client version powering the extension's backend functionality.
9494

95-
| Extension Version | API Client Version |
96-
|-------------------|------------------------|
97-
| v3.x | [2.5.1](https://github.com/algolia/algoliasearch-client-php/tree/2.5.1) |
98-
| v3.6.x | [3.2.0](https://github.com/algolia/algoliasearch-client-php/tree/3.2.0) |
99-
| v3.11.0 | [3.3.2](https://github.com/algolia/algoliasearch-client-php/tree/3.3.2) |
100-
| >=v3.14.x | `4.0.x` |
95+
| Extension Version | API Client Version |
96+
|-------------------|-------------------------------------------------------------------------|
97+
| v3.x | [2.5.1](https://github.com/algolia/algoliasearch-client-php/tree/2.5.1) |
98+
| v3.6.x | [3.2.0](https://github.com/algolia/algoliasearch-client-php/tree/3.2.0) |
99+
| v3.11.0 | [3.3.2](https://github.com/algolia/algoliasearch-client-php/tree/3.3.2) |
100+
| >=v3.14.x | [4.0.x](https://github.com/algolia/algoliasearch-client-php/tree/4.0.0-beta.12) |
101101

102102
Refer to these docs when customising your Algolia Magento extension backend:
103103
- [Indexing](https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/)

0 commit comments

Comments
 (0)