From fef93b49a725bfd1412bcb0aaeed017374514ef4 Mon Sep 17 00:00:00 2001 From: quapka Date: Mon, 7 Apr 2025 13:06:00 +0200 Subject: Fix example command invocation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e129cc0..216dcb5 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ with a given library version and arguments do: ```shell # This runs the default test-suite agains LibreSSL 3.9.2 -nix run "?submodules=1#libressl.v392" --- test default LibreSSL +nix run "?submodules=1#libressl.v392" -- test default LibreSSL ``` #### Gradle -- cgit v1.3.1