From 8daa7da7acc6809056249261ad50cd3896625886 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 12:04:57 +0100 Subject: Add types, update license style, and readme links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ca023c..b8941c3 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ make coverage ## See Also - [wmap specification](doc/wmap-spec.ebnf) - Formal grammar -- [wmap specification](https://git.sr.ht:~rbdr/wmap-parser-rust) - Rust wmap-parser -- [wmap specification](https://git.sr.ht:~rbdr/wmap-parser-c) - ANSI C wmap-parser -- [wmap specification](https://git.sr.ht:~rbdr/wmap-parser-swift) - Swift wmap-parser +- [wmap-parser-rust](https://git.sr.ht:~rbdr/wmap-parser-rust) - Rust wmap-parser +- [wmap-parser-c](https://git.sr.ht:~rbdr/wmap-parser-c) - ANSI C wmap-parser +- [wmap-parser-swift](https://git.sr.ht:~rbdr/wmap-parser-swift) - Swift wmap-parser - [Wardley Maps](https://wardleymaps.com/) - Learn about Wardley Mapping -- cgit