From 39b7b3101f2d4980662459a76a46f58d658a049f Mon Sep 17 00:00:00 2001 From: Sean Hussey Date: Wed, 23 Dec 2015 15:36:44 -0500 Subject: [PATCH] Fixing a small typo in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 700f405889..1363f0afc6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ npm start ## running production? Add --production ``` -Congrats! You made it. BTW you can also just `npm install ghost` if you're into that sort of thing. NPM afficionados can also read up on using [Ghost as an NPM module](https://github.com/TryGhost/Ghost/wiki/Using-Ghost-as-an-npm-module). +Congrats! You made it. BTW you can also just `npm install ghost` if you're into that sort of thing. NPM aficionados can also read up on using [Ghost as an NPM module](https://github.com/TryGhost/Ghost/wiki/Using-Ghost-as-an-npm-module). More general [install docs](http://support.ghost.org/installation/) here in case you got stuck.