Skip to content

Commit

Permalink
Fixed typo for jitsu env delete. Referenced 'get' instead of 'delete'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSpringer committed Jul 16, 2012
1 parent a685dae commit 8753c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Expand Up @@ -272,7 +272,7 @@ to `<myapp>` in an account.
`<value>`.
`jitsu env set <key> <value>` will set the apps `<key>` environment variable
to `<value>`.
`jitsu env get <key>` will delete the apps `<key>` environment variable.
`jitsu env delete <key>` will delete the apps `<key>` environment variable.
`jitsu env clear` will delete all of the apps environment variables after a
prompt.

Expand Down

0 comments on commit 8753c61

Please sign in to comment.