Skip to content

Commit

Permalink
chore(documentation): fix markdown syntax (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Nov 16, 2023
1 parent 89aece5 commit 40dd4c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 40dd4c0

Please sign in to comment.