Skip to content

Commit

Permalink
Merge pull request #121 from leebradley/leebradley-fix-readme
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
bajtos committed May 21, 2018
2 parents 2620f2d + f701b76 commit cba7276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Once your Procfile is defined, run your application with `nf start`:

Node Foreman _always_ starts in the foreground and expects your applications
to do the same. If your processes exit, Node Foreman will assume an error
has ocurred and shut your application down.
has occurred and shut your application down.

Instead of daemonizing, you should use `nf export` to ready your application
for production.
Expand Down

0 comments on commit cba7276

Please sign in to comment.