Skip to content

Commit

Permalink
use single quotes in README example
Browse files Browse the repository at this point in the history
for consistency ;)
  • Loading branch information
shawnbot authored May 3, 2019
1 parent b23fca1 commit 8936f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ 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 { createGlobalStyle, ThemeProvider } from "styled-components";
import { createGlobalStyle, ThemeProvider } from 'styled-components';
import { reset, themes, List, ListItem, Divider } from 'react95';

const ResetStyles = createGlobalStyle`
Expand Down

0 comments on commit 8936f27

Please sign in to comment.