From dbba9ee3f6bc0118796ab121c655784bb4731e66 Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Sun, 29 Sep 2024 10:41:06 +0800 Subject: [PATCH] Update README.md Just a small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec4315d9..821b566e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ cargo run --release --no-default-features --features cuda --example benchmarks a ### Installation -> Leaf is build in [Rust][rust]. If you are new to Rust you can install Rust as detailed [here][rust_download]. +> Leaf is built in [Rust][rust]. If you are new to Rust you can install Rust as detailed [here][rust_download]. We also recommend taking a look at the [official Rust - Getting Started Guide][rust_getting_started]. To start building a machine learning application (Rust only for now. Wrappers are welcome) and you are using Cargo, just add Leaf to your `Cargo.toml`: