Skip to content

Commit

Permalink
Update README.md - correct class name in bundles.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chm0815 authored Jan 23, 2025
1 parent 54ff862 commit ba1237e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ as often you like. Everything within Data Definitions is extendable.
## Requirements
* Pimcore 11


## Getting started
```bash
# Install via composer
Expand All @@ -21,7 +22,7 @@ composer require instride/data-definitions
// Add to config/bundles.php
return [
// ...
Instride\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true],
\Instride\Bundle\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true]
];
```

Expand Down

0 comments on commit ba1237e

Please sign in to comment.