Skip to content

Commit

Permalink
Update component-model/src/tutorial.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kate Goldenring <[email protected]>
  • Loading branch information
ritesh089 and kate-goldenring authored May 28, 2024
1 parent 0b75a71 commit 4ebfc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-model/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ specify that it should pull in bindings for the `app` world from the path to `ca
path = "../wit/calculator/world.wit"
world = "app"
```
Since the calculator world imports the wit for adder, the command component needs to pull in the dependencies from the adder components wit as well.
Since the calculator world imports the `add` interface, the command component needs to pull in the `adder` WIT as a dependency, as well.

```toml
[package.metadata.component.target.dependencies]
Expand Down

0 comments on commit 4ebfc44

Please sign in to comment.