From a2e6e5b0d1f3c93e0c40e3bc3315726340ba043d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 4 Feb 2017 12:56:24 +0300 Subject: [PATCH] README: Fix markdown rendering issue. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99553cd..85e086a 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ TODO/Things to decide * Git integration for DB saving. * ~~Improve robustness (add exception handler at the main loop level, don't abort the application, show to user/log and continue).~~ -* Try to deal with code flow inconsistencies (e.g. within an instruction - - low priority for intended usage) and data access inconsistencies (e.g. +* Try to deal with code flow inconsistencies (e.g. within an instruction - + low priority for intended usage) and data access inconsistencies (e.g. accessing individual bytes of previosly detected word - higher priority). (Improved in 1.4.) * See how to support other types of IDAPython plugins besides just processor -- 2.11.4.GIT