diff --git a/README.md b/README.md index 97cbe10..cc1d7b4 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ $ npm i react95 styled-components ``` Apply style reset, wrap your app content with ThemeProvider with theme of your choice... and you are ready to go! 🚀 ```jsx -import React from 'react'; +import React from "react"; import { createGlobalStyle, ThemeProvider } from "styled-components"; -import { reset, themes, List, ListItem, Divider } from 'react95'; +import { reset, themes, List, ListItem, Divider } from "react95"; const ResetStyles = createGlobalStyle` ${reset}