From e279188b4f32a40c263aaf3c66105d90309381ee Mon Sep 17 00:00:00 2001 From: Jackie Luc Date: Wed, 31 Jul 2019 22:05:54 -0600 Subject: [PATCH] fix README --- theme/README.md | 6 +++--- theme/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",