From 0a9aaea6cce8b1bb806be840cef34d0d78cc0370 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:48:03 +0200 Subject: [PATCH] minor typo README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a11a9..bd638fc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ With `yarn add @kleros/ui-components-library` or `npm install @kleros/ui-components-library` #### Create a theme file -Wwhere you destructure `lightTheme` or `darkTheme` (or both) in your theme object to provide the correct colors to the components. ([example](https://github.com/kleros/kleros-v2/blob/dev/web/src/styles/themes.ts)). +Where you destructure `lightTheme` or `darkTheme` (or both) in your theme object to provide the correct colors to the components. ([example](https://github.com/kleros/kleros-v2/blob/dev/web/src/styles/themes.ts)). #### Provide the theme With styled-components `ThemeProvider` ([example](https://github.com/kleros/kleros-v2/blob/dev/web/src/context/StyledComponentsProvider.tsx)). @@ -45,4 +45,4 @@ npm login --registry https://npm.pkg.github.com --auth-type legacy > Username: YOUR_GITHUB_USERNAME > Password: YOUR_GITHUB_PERSONAL_ACCESS_TOKEN` ``` -2. Publish: `npm publish --registry https://npm.pkg.github.com` \ No newline at end of file +2. Publish: `npm publish --registry https://npm.pkg.github.com`