From 533c5495161b4c354035e12aebbad9e94e8abdd9 Mon Sep 17 00:00:00 2001 From: Lino Le Van <11367844+lino-levan@users.noreply.github.com> Date: Sat, 24 Sep 2022 21:52:44 -0700 Subject: [PATCH] Fix typo in readme (#105) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd059ac..b76d0d4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ in Rust. ### QuickStart -Annotate on top of Rust `fn`, `struct` and `enum` to make them avaiable to Deno. +Annotate on top of Rust `fn`, `struct` and `enum` to make them available to Deno. ```rust // add.rs