Skip to content

Commit 4483458

Browse files
Update component-model/src/language-support/javascript.md
Co-authored-by: Victor Adossi <[email protected]>
1 parent 54e8fc8 commit 4483458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component-model/src/language-support/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ npx jco componentize \
491491
> begins with `package example:[email protected];`, and that your `wit/deps/` directory
492492
> contains a file beginning with `package example:[email protected];`.
493493
> In general, your main package should be at the top level of your `wit` directory,
494-
> and any dependencies should be in a subdirectory of that directory.
494+
> and any dependencies should be in a subdirectory of that directory (normally `deps`).
495495
496496
Although we've successfully built a WebAssembly component, unlike with the other examples,
497497
ours is *not yet complete*.

0 commit comments

Comments
 (0)