From e3caa71eed7af8c46d7e1dac3598761a416a9206 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 28 Oct 2024 15:26:54 -0400 Subject: [PATCH] doc: fix path to bundle config (#7) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 071934a..3b8f5d0 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ To use, enable the bundle: return [ // ... - Zenstruck\Dsn\Bridge\SymfonyZenstruckDsnBundle::class => ['all' => true], + Zenstruck\Dsn\Bridge\Symfony\ZenstruckDsnBundle::class => ['all' => true], ]; ```