Skip to content

Commit

Permalink
Merge pull request #3 from Brightspace/dbatiste/support-file-options
Browse files Browse the repository at this point in the history
Update readme.
  • Loading branch information
dbatiste committed Aug 31, 2015
2 parents 11cc1d9 + bd00a5f commit 87edd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ localappresolver -c urn:d2l:fra:class:some-app
localappresolver -c urn:d2l:fra:class:some-app -f appconfig.json -h acme.com -p 3000 -d dist
```

See below for parameter explanation.
See below for parameter explanation. Parameters may be provided directly on the CLI, or alternatively can be provided in a `appresolver.json` file.

### From JavaScript

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frau-local-appresolver",
"version": "0.0.2",
"version": "0.0.3",
"description": "A free-range-app utility for resolving locally hosted apps.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 87edd96

Please sign in to comment.