From ba1237e7a9aeb09cd151f08fb057fa5f33dfcd80 Mon Sep 17 00:00:00 2001 From: Christoph Maurer Date: Thu, 23 Jan 2025 16:18:10 +0100 Subject: [PATCH] Update README.md - correct class name in bundles.php --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb1d494..bad10a8c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ as often you like. Everything within Data Definitions is extendable. ## Requirements * Pimcore 11 + ## Getting started ```bash # Install via composer @@ -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] ]; ```