readme updates

This commit is contained in:
Matthias Kretschmann 2022-11-16 00:45:10 +00:00
parent ebf6609bb9
commit 7814e36b65
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 2 deletions

View File

@ -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