From 3e8a709734666f2643fb4c4f0814ee7237a532d2 Mon Sep 17 00:00:00 2001 From: jessy-david-dev Date: Tue, 28 Apr 2026 16:20:02 +0200 Subject: [PATCH] update: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d3339..80a84c3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Le widget est lui-même conforme RGAA : import { useA11yStore, useA11yEffects } from "accessibility-widget"; function MonWidget() { - const { state, dispatch } = useA11yStore("mes-prefs"); + const { state, dispatch } = useA11yStore("a11y-widget-prefs"); useA11yEffects(state); return (