From 669eaeb4b5a28f82db5b98e57c683d3f4d1c0666 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Mon, 3 Jul 2017 12:26:17 +0100 Subject: [PATCH] minor text change --- package.json | 2 +- public/patterns/installation/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 600b500..d8296bb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", "build": "rm -rfv public/* && hugo", "setup": "hugo && git add public", - "host": "rm -rfv public/* && hugo && git add public/* && git push -f origin `git subtree split --prefix public master`:gh-pages" + "host": "hugo && git push -f origin `git subtree split --prefix public master`:gh-pages" }, "repository": { "type": "git", diff --git a/public/patterns/installation/index.html b/public/patterns/installation/index.html index 03ace9e..50de432 100644 --- a/public/patterns/installation/index.html +++ b/public/patterns/installation/index.html @@ -211,7 +211,7 @@

2. Install Node & NPM

-

It is entirely likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, refer to NPM’s own guide, which includes a video tutorial.

+

It is likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, refer to NPM’s own guide, which includes a video tutorial.

3. Getting the files