From 8d49264bf8d71e459a901ed067ab4ee9a934fae0 Mon Sep 17 00:00:00 2001 From: Dima Vyshniakov <1158959+morewings@users.noreply.github.com> Date: Tue, 28 May 2024 18:40:40 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 043e75b1..c6acfee3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm install css-vars-hook ## `useRootTheme` -`useRootTheme` applies application level themes. API consists of two elements: the hook itself and `RootThemeProvider` component which acts as `:root` selector. Directly applying theme to the `:root` is not compatible with Server side rendering (SSR). See [API docs](https://github.com/morewings/css-vars-hook/blob/master/docs/css-vars-hook.useroottheme.md). +`useRootTheme` applies application level themes. API consists of two elements: the hook itself and `RootThemeProvider` component which acts as `:root` selector. Directly applying theme to the `:root` is not compatible with Server side rendering (SSR). ## Manipulate theme