From 95b1da580cf405ed40c5d2144b2cbd4b76b424f8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Tue, 30 Jan 2024 20:57:34 +0100 Subject: [PATCH] Fix wrong bundle location in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d20e7..ea961d6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This package provides a Symfony specific bridge for the [PHP domain-parser][pdb] by Jeremy Kendall and Ignace Nyamagana Butera. Providing a Cache adapter, HTTP Client adapter, and optional FrameworkBundle -integration at `\Rollerworks\Component\PdbSfBridge\Bundle\RollerworksPdbSfBundle`. +integration at `Rollerworks\Component\PdbSfBridge\Bundle\RollerworksPdbBundle`. ## Installation