From 29b7995e7f68628193cb8fcb0f6997951cc366c8 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 3 Dec 2020 09:18:55 +0100 Subject: [PATCH] Formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d217bdb6..0c126e287 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,10 @@ Place your include pattern files in the `include` folder next to your built exec ## Credits -Thanks a lot to ocornut for their amazing [Dear ImGui](https://github.com/ocornut/imgui) which is used for building the entire interface -- Thanks to orconut as well for their hex editor view used as base for this project. -- Thanks to BalazsJako for their incredible [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit) used for the pattern language syntax highlighting -- Thanks to AirGuanZ for their amazing [imgui-filebrowser](https://github.com/AirGuanZ/imgui-filebrowser) used for loading and saving files -Thanks to nlohmann for their [json](https://github.com/nlohmann/json) library used for project files -Thanks to aquynh for [capstone](https://github.com/aquynh/capstone) which is the base of the disassembly window +- Thanks a lot to ocornut for their amazing [Dear ImGui](https://github.com/ocornut/imgui) which is used for building the entire interface + - Thanks to orconut as well for their hex editor view used as base for this project. + - Thanks to BalazsJako for their incredible [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit) used for the pattern language syntax highlighting + - Thanks to AirGuanZ for their amazing [imgui-filebrowser](https://github.com/AirGuanZ/imgui-filebrowser) used for loading and saving files +- Thanks to nlohmann for their [json](https://github.com/nlohmann/json) library used for project files +- Thanks to aquynh for [capstone](https://github.com/aquynh/capstone) which is the base of the disassembly window