From 7814e36b65d1e451bb605d1ff66e3c83149b9db5 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 16 Nov 2022 00:45:10 +0000 Subject: [PATCH] readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d75dc68..6975465 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Includes a theme switcher which allows user to toggle between a light and a dark If you want to know how, have a look at the respective components: -- [`src/hooks/useDarkMode.js`](src/hooks/useDarkMode.js) +- [`src/hooks/useDarkMode.ts`](src/hooks/useDarkMode.ts) - [`src/components/ThemeSwitch/index.tsx`](src/components/ThemeSwitch/index.tsx) ### 🏆 SEO component @@ -136,7 +136,7 @@ cp .env.sample .env vi .env npm i -npm run dev +npm start ``` ### 🔮 Linting