From 852159976647cce83fbc37e45af22cd948cfde91 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 8 Sep 2023 00:05:31 -0500 Subject: [PATCH] docs: update example syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a113e8f..4dd97e8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can either specify all commands on the CLI or use a config file. Example: ```sh -forge release --target x86_64-linux-musl x86_64-macos-none --bin src/forge.nim +forge release --target,=,x86_64-linux-musl,x86_64-macos-none --bin src/forge.nim ``` Result: