From c94a8b23b05e304443b3105c3e40990b95a0e3f5 Mon Sep 17 00:00:00 2001 From: frumsy Date: Thu, 15 Nov 2018 15:16:25 -0500 Subject: [PATCH] update READ.ME --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6180ab57..76463206 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ In this example open a notepad.exe and type in some text we will edit from memor >>> mw=MemWorker(pid=3856) #you can also select a process by its name with the kwarg name= >>> l=[x for x in mw.umem_search("hello")] >>> l -[('', )] ->>> a=l[0][1] +[] +>>> a=l[0] >>> a >>> a+4