Skip to content

Commit

Permalink
Merge pull request #480 from pmbenjamin/update-readme
Browse files Browse the repository at this point in the history
Update README.md to make it beginner friendly and elaborate on the difference between angled and square brackets.
  • Loading branch information
SomeKittens committed Dec 29, 2015
2 parents e741c18 + a33ad70 commit 66e487f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ if (typeof cmdValue === 'undefined') {
console.log('command:', cmdValue);
console.log('environment:', envValue || "no environment given");
```
Angled brackets (e.g. `<cmd>`) indicate required input. Square brackets (e.g. `[env]`) indicate optional input.

## Git-style sub-commands

Expand Down

0 comments on commit 66e487f

Please sign in to comment.