Skip to content

Commit

Permalink
docs: rename preview-shim package name in README (#403)
Browse files Browse the repository at this point in the history
This commit updates the package name for the preview-shim package in the
README.md file which I think might be a typo.

Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev authored Mar 13, 2024
1 parent e1fcf48 commit 9b629ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn();
Imports can be remapped using the `--map` flag, or to provide imports as an argument use the `--instantiation` option.

Components relying on WASI bindings will contain external WASI imports, which are automatically updated
to the `@bytecodealliance/preview-shim` package. This package can be installed from npm separately for
to the `@bytecodealliance/preview2-shim` package. This package can be installed from npm separately for
runtime usage. This shim layer supports both Node.js and browsers.

Options include:
Expand Down

0 comments on commit 9b629ad

Please sign in to comment.