diff --git a/README.md b/README.md index 170af02..0e3366c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ pub fn greet(name: String) -> FnResult { } ``` -Since we don't need any system access for this, we can compile this to the lightweight `wasm32-unknown-uknown` target instead of using the `wasm32-wasi` target: +Since we don't need any system access for this, we can compile this to the lightweight `wasm32-unknown-unknown` target instead of using the `wasm32-wasi` target: ```bash cargo build --target wasm32-unknown-unknown