From 40dd4c07b1bf830b2bdb3a50b385ae490a6d9e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Thu, 16 Nov 2023 13:25:55 +0100 Subject: [PATCH] chore(documentation): fix markdown syntax (#178) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45bcfa7..a6d6454 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Main features: - Tested with Symfony 5.4 to 6; - Symfony Messenger Handler support (with or without spool); -**Require PHP 8.0+ and Elasticsearch 7+**. +> [!IMPORTANT] +> Require PHP 8.0+ and Elasticsearch 7+. Works with **Elasticsearch 8+** but is not officially supported by Elastica yet. Use with caution. @@ -32,6 +33,7 @@ composer require jolicode/elastically ## Demo +> [!TIP] > If you are using Symfony, you can move to the Symfony [chapter](#usage-in-symfony) Quick example of what the library do on top of Elastica: @@ -429,7 +431,8 @@ $factory = new Factory([ ]); ``` -_[Not compatible with Jane < 6](https://github.com/jolicode/elastically/issues/12)._ +> [!CAUTION] +> Elastically is [not compatible with Jane < 6](https://github.com/jolicode/elastically/issues/12). ## To be done