Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion website/src/docs/fusion/v16/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ From the `fusion-getting-started` directory, run:

```bash
mkdir Gateway
nitro fusion compose -s Products/schema.graphqls -s Reviews/schema.graphqls -f Gateway/gateway.far
nitro fusion compose -f Products/schema.graphqls -f Reviews/schema.graphqls -a Gateway/gateway.far
Comment thread
michaelstaib marked this conversation as resolved.
```

If composition succeeds, you will see output similar to:
Expand Down
Loading