瀏覽代碼

minor text change

Heydon Pickering 8 年之前
父節點
當前提交
669eaeb4b5
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package.json
  2. 1 1
      public/patterns/installation/index.html

+ 1 - 1
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",

+ 1 - 1
public/patterns/installation/index.html

@@ -211,7 +211,7 @@
 
 <h2 id="2-install-node-npm">2. Install Node &amp; NPM</h2>
 
-<p>It is entirely likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, <a href="https://docs.npmjs.com/getting-started/installing-node">refer to NPM&rsquo;s own guide</a>, which includes a video tutorial.</p>
+<p>It is likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, <a href="https://docs.npmjs.com/getting-started/installing-node">refer to NPM&rsquo;s own guide</a>, which includes a video tutorial.</p>
 
 <h2 id="3-getting-the-files">3. Getting the files</h2>