Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #159

Merged
merged 1 commit into from
Sep 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ common package prefix. In the above example `Foo` refers to the Elm module `My.P
- Root directory of the project where morphir.json is located.
- Defaults to current directory.
- `--output <path>`, `-o`
- Target location where the Morphir IR will be sent
- Defaults to STDOUT.
- Target location where the Morphir IR will be saved.
- Defaults to `morphir-ir.json`.

### Transpile Morphir IR into Scala

Expand All @@ -89,7 +89,7 @@ morphir-elm gen [options]

- `--input <path>`, `-i`
- Source location where the Morphir IR will be loaded from.
- Defaults to STDIN.
- Defaults to `morphir-ir.json`.
- `--output <path>`, `-o`
- Target location where the generated code will be saved.
- Defaults to `./dist`.
Expand Down