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 ad43188 commit 0f23dd2
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 @@ -6,15 +6,15 @@

A Gatsby plugin for creating independent global CSS styles, and automatically placing them at the top of the `<head>` element.

The plugin does not rely on any other third party packages, however the `global-styles` helper modules have been split out to a separate package to keep it flexible and lean.
The plugin does not rely on any third party packages (except React), however the core [`global-styles`](https://github.com/nfront/global-styles) modules have been split out to a separate package to keep it flexible and lean.

## Install

`npm install --save gatsby-plugin-global-styles global-styles`
`npm install --save gatsby-plugin-global-styles @nfront/global-styles`

or:

`yarn add gatsby-plugin-global-styles global-styles`
`yarn add gatsby-plugin-global-styles @nfront/global-styles`

## Why to use

Expand Down

0 comments on commit 0f23dd2

Please sign in to comment.