From f7b5ee175f9e586bd557fbf89283b0753d5bc451 Mon Sep 17 00:00:00 2001 From: stuxnot <41650734+Stuxnot@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:30:19 +0200 Subject: [PATCH] Remove TODO --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b4a127b..c789ec5 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Nyxstone is a assembler and disassembler library based on LLVM. Unlike other great frameworks like keystone and capstone, Nyxstone does not ship with any patches to LLVM. Instead, Nyxstone interfaces with low-level LLVM 15 internals to assemble and disassemble by linking against standard LLVM libraries. -[//]: # (TODO: Improve this section, maybe talk about Nyx) - ## Index 1. [Features](#features)