Skip to content

Commit 617e1a8

Browse files
Merge pull request #431 from chm0815/5.0
Update README.md - correct class name in bundles.php
2 parents 05d1d14 + ba1237e commit 617e1a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ as often you like. Everything within Data Definitions is extendable.
1111
## Requirements
1212
* Pimcore 11
1313

14+
1415
## Getting started
1516
```bash
1617
# Install via composer
@@ -21,7 +22,7 @@ composer require instride/data-definitions
2122
// Add to config/bundles.php
2223
return [
2324
// ...
24-
Instride\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true],
25+
\Instride\Bundle\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true]
2526
];
2627
```
2728

0 commit comments

Comments
 (0)