From fd98001ac14e595a31d93bae9d3fdac0847a009a Mon Sep 17 00:00:00 2001 From: magnusriga Date: Mon, 6 May 2019 01:27:00 +0200 Subject: [PATCH] fix(docs): Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c60bd28..fedcccf 100644 --- a/README.md +++ b/README.md @@ -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'; @@ -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 { @@ -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 {