Skip to content

Commit 0a4a093

Browse files
committed
Update after recipe fix
1 parent 3dca76e commit 0a4a093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ai_actions/configure_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Run the following command to install the package:
8989
composer require ibexa/connector-gemini
9090
```
9191

92-
Then, you **must** add the bundle to the list in `config/bundles.php` manually:
92+
Then, if not using Symfony Flex, enable the bundle in `config/bundles.php`:
9393

9494
``` php
9595
Ibexa\Bundle\ConnectorGemini\IbexaConnectorGeminiBundle::class => ['all' => true],

0 commit comments

Comments
 (0)