diff --git a/theme/README.md b/theme/README.md index fd2b792d2..f2b73dc36 100644 --- a/theme/README.md +++ b/theme/README.md @@ -8,13 +8,13 @@ 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 = { @@ -22,7 +22,7 @@ module.exports = { } ``` -3. Start your site +3 - Start your site ```sh gatsby develop diff --git a/theme/package.json b/theme/package.json index 424c7e3eb..1dcb079cf 100644 --- a/theme/package.json +++ b/theme/package.json @@ -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",