Skip to content

Commit 5131156

Browse files
Minor doc fix
1 parent a5acb3b commit 5131156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Compatible with [Symfony stable version and latest Long-Term Support (LTS) relea
99
## Documentation
1010

1111
For usage documentation, see:
12-
[docs/index.md](doc/index.md)
12+
[docs/index.md](docs/index.md)
1313

1414
## Support & Contribution
1515

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ composer require cleverage/doctrine-process-bundle
1616
Remember to add the following line to config/bundles.php (not required if Symfony Flex is used)
1717

1818
```php
19-
CleverAge\FlysystemProcessBundle\CleverAgeDoctrineProcessBundle::class => ['all' => true],
19+
CleverAge\DoctrineProcessBundle\CleverAgeDoctrineProcessBundle::class => ['all' => true],
2020
```
2121

2222
## Reference

0 commit comments

Comments
 (0)