From 5e6a04dc0f47449dcd3b7dab6096fd1ce65bb63f Mon Sep 17 00:00:00 2001 From: Jahan Addison Date: Tue, 23 Dec 2025 22:14:33 -0500 Subject: [PATCH] Update readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ca63eb..64cc31f 100644 --- a/README.md +++ b/README.md @@ -709,8 +709,8 @@ std::cout << toString(d) << std::endl; ## Projects using this library -[opennask](https://github.com/HobbyOSs/opennask) : An 80x86 assembler like MASM/NASM for the tiny OS. -[credence](https://github.com/jahan-addison/credence) : An x86-64, ARM64 B Language Compiler on steroids for Linux, and BSD (Darwin). +* [opennask](https://github.com/HobbyOSs/opennask) : An 80x86 assembler like MASM/NASM for the tiny OS. +* [credence](https://github.com/jahan-addison/credence) : An x86-64, ARM64 B Language Compiler on steroids for Linux, and BSD (Darwin). If you are aware of other projects using this library, please let me know by submitting an issue or an PR.