Merge pull request #6261 from seanhussey/patch-1

Fixing a small typo in the README.
This commit is contained in:
John O'Nolan 2016-01-03 15:01:27 +02:00
commit 857575f8ba
1 changed files with 1 additions and 1 deletions

View File

@ -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.