Skip to content

Commit

Permalink
fix(docs): Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusriga committed May 5, 2019
1 parent e174ee4 commit fd98001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
In `src/utils/GlobalStyleComponent`:

```javascript
import { createGlobalStyle } from 'gatsby-plugin-global-styles';
import { createGlobalStyle } from '@nfront/global-styles';
import reset from '../styles/reset';
import globalStyle from '../styles/globalStyle';

Expand All @@ -76,7 +76,7 @@ You can include just one file here, if you like. Alternatively, several files ca
As an example, in `src/styles/globalStyle`:

```javascript
import { css } from 'gatsby-plugin-global-styles';
import { css } from '@nfront/global-styles';

const globalStyles = css`
.my-class2 {
Expand Down Expand Up @@ -158,7 +158,7 @@ export default muiTheme;
In `src/styles/globalStyle`:

```javascript
import { css } from 'gatsby-plugin-global-styles';
import { css } from '@nfront/global-styles';

const globalStyles = css`
body {
Expand Down

0 comments on commit fd98001

Please sign in to comment.