We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5acb3b commit 5131156Copy full SHA for 5131156
README.md
@@ -9,7 +9,7 @@ Compatible with [Symfony stable version and latest Long-Term Support (LTS) relea
9
## Documentation
10
11
For usage documentation, see:
12
-[docs/index.md](doc/index.md)
+[docs/index.md](docs/index.md)
13
14
## Support & Contribution
15
docs/index.md
@@ -16,7 +16,7 @@ composer require cleverage/doctrine-process-bundle
16
Remember to add the following line to config/bundles.php (not required if Symfony Flex is used)
17
18
```php
19
-CleverAge\FlysystemProcessBundle\CleverAgeDoctrineProcessBundle::class => ['all' => true],
+CleverAge\DoctrineProcessBundle\CleverAgeDoctrineProcessBundle::class => ['all' => true],
20
```
21
22
## Reference
0 commit comments