From 4fb8a6877c474f396bd4a21a779e4fe95db5e6d6 Mon Sep 17 00:00:00 2001 From: martyanov-av Date: Thu, 29 Feb 2024 14:17:28 +0300 Subject: [PATCH] chore!: update ThemeProvider readme props --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c07cf57..a92e3d0d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ configureDocs({ // The theme must be applied. To do that wrap your app in ThemeProvider const root = createRoot(document.getElementById('root')); root.render( - + , );