Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhanoldt committed Sep 3, 2015
1 parent 3a02874 commit b92e761
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 @@ cap pm2:stop # Stop pm2 application
Configurable options:

```ruby
set :pm2_app_command, 'main' # default, runs main.js
set :pm2_app_command, 'main.js' # default
set :pm2_target_path, -> { release_path.join('subdir') } # default release_path
set :pm2_roles, :all # default
set :pm2_env_variables, {} # default
Expand Down

0 comments on commit b92e761

Please sign in to comment.