Skip to content

Commit

Permalink
docs(README.md): Add a new step 5 with update gatsby-config.js instru…
Browse files Browse the repository at this point in the history
…ctions

Add a new step 5 with update gatsby-config.js instructions and rename former step 5 to step 6

jlengstorf#1
  • Loading branch information
luisFilipePT committed Jul 8, 2019
1 parent 7dee8c4 commit 11870c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ It includes:
},
```
5. Start the demo site.
5. Update `demo/gatsby-config.js` with your THEMENAME
```diff
module.exports = {
- plugins: ["gatsby-theme-jam-example"],
+ plugins: ["gatsby-theme-THEMENAME"],
}
```
6. Start the demo site.
```sh
yarn workspace demo develop
```
Expand Down

0 comments on commit 11870c5

Please sign in to comment.