From a52246bb9dd451cb196b440ff0fa9f60104998d4 Mon Sep 17 00:00:00 2001 From: Maxwell Anderson Date: Thu, 24 Oct 2019 21:54:30 -0400 Subject: [PATCH] fix README grammar --- lib/runtime/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/runtime/README.md b/lib/runtime/README.md index 769e4cdb6..ce18500bf 100644 --- a/lib/runtime/README.md +++ b/lib/runtime/README.md @@ -94,8 +94,8 @@ fn main() -> error::Result<()> { ## Additional Notes -The `wasmer-runtime` crate is build to support multiple compiler -backends. We support have a [Cranelift] backend in the +The `wasmer-runtime` crate is built to support multiple compiler +backends. We support having a [Cranelift] backend in the [`wasmer-clif-backend`] crate, a [LLVM] backend in the [`wasmer-llvm-backend`] crate, and the [Singlepass] backend in the [`wasmer-singlepass-backend`] crate. Currently, the Cranelift backend