From b28f155ee9479ff1f5be73de69d49af84e12c2a6 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Sun, 9 Jun 2024 19:53:20 -0700 Subject: [PATCH] typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f6fe6bac364..3399e8486a8 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Optionally 3d print a [case designed by sean](https://www.printables.com/model/5 ### To Build ASN1 (if you change seader.asn1) * Install git version of [asnc1](https://github.com/vlm/asn1c) (`brew install asn1c --head` on macos) - * Run `asn1c -D ./lib/asn1 -no-gen-example -pdu=all seader.asn` in in root to generate asn1c files + * Run `asn1c -D ./lib/asn1 -no-gen-example -pdu=all seader.asn1` in in root to generate asn1c files ## References