Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieluc committed Aug 1, 2019
1 parent 0780b45 commit e279188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Check out the [live demo](https://gatsby-theme-90s.netlify.com)!

To use this theme in your Gatsby sites, follow these instructions:

1. Install the theme
1 - Install the theme

```sh
npm install --save gatsby-theme-90s
```

2. Add the theme to your `gatsby-config.js`:
2 - Add the theme to your `gatsby-config.js`:

```js
module.exports = {
plugins: ["gatsby-theme-90s"],
}
```

3. Start your site
3 - Start your site

```sh
gatsby develop
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/jackieluc/gatsby-theme-90s.git"
},
"version": "1.1.5",
"version": "1.1.6",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
Expand Down

0 comments on commit e279188

Please sign in to comment.