From 94befab30e0ea903a6951b89be07969bfbf6ac71 Mon Sep 17 00:00:00 2001 From: Jerboas86 <60667096+Jerboas86@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:24:19 +0100 Subject: [PATCH] Fix a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1669c9ecc..7a551893f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ of what's being generated and what the glue code looks like. To install the CLI for this tool (which isn't the only way it can be used), run the following cargo command. This will let you generate the bindings for any supported language. -This CLI **IS NOT** stable and may change, do not expect it to be or rely on it being stable. Please rreach out to us on [zulip] if you'd like to depend on it, so we can figure out a better alternative for your use case. +This CLI **IS NOT** stable and may change, do not expect it to be or rely on it being stable. Please reach out to us on [zulip] if you'd like to depend on it, so we can figure out a better alternative for your use case. ``` cargo install --git https://github.com/bytecodealliance/wit-bindgen wit-bindgen-cli