Skip to content

Commit d0dc0d4

Browse files
committed
update readme
1 parent 91720a2 commit d0dc0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cargo new --lib my-plugin
1515
Add the library from [crates.io](https://crates.io/crates/extism-pdk).
1616

1717
```bash
18-
cargo add extism-pdk@1.0.0-rc1
18+
cargo add extism-pdk
1919
```
2020

2121
Change your `Cargo.toml` to set the crate-type to `cdylib` (this instructs the compiler to produce a dynamic library, which for our target will be a Wasm binary):

0 commit comments

Comments
 (0)