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`