From 763248172a7637874f1cfb097f870363490b5946 Mon Sep 17 00:00:00 2001 From: Nicolas Hart Date: Mon, 29 Apr 2024 20:24:00 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 651cf98..0c9e337 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ It provides URLs for : - Taxons - Products -You can add your customer Provider by creating a class which implements the `MonsieurBiz\SyliusMenuPlugin\Provider\UrlProviderInterface` .interface. +You can add your own custom Provider by creating a class which implements the `MonsieurBiz\SyliusMenuPlugin\Provider\UrlProviderInterface` interface. ## Menu example