From 53051d0ef3b5110630be1b3a885e50263baff032 Mon Sep 17 00:00:00 2001 From: Ouyang Yadong Date: Fri, 22 Jul 2022 15:34:41 +0800 Subject: [PATCH] docs: fix typo --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index ef7bbab6..37190324 100644 --- a/cli/README.md +++ b/cli/README.md @@ -53,7 +53,7 @@ Cargo features, passthrough to `cargo build` command. "name": "fib", // binary name "triples": { "defaults": true, // default true, if this value is true, will build `x86_64-pc-windows-msvc`, `x86_64-apple-darwin` and `x86_64-unknown-linux-gnu` - "addition": [ + "additional": [ "x86_64-unknown-linux-musl", "x86_64-unknown-freebsd", "aarch64-unknown-linux-gnu"