From 186040bea945a04a8a82e34f47d89a9aab69f114 Mon Sep 17 00:00:00 2001 From: Ice1187 Date: Fri, 4 Nov 2022 11:48:24 +0800 Subject: [PATCH] Typo in README.md (#49) Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9aeefe..a94f2cf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ First, clone the repo: git clone https://github.com/mahaloz/decomp2dbg.git ``` -Copy all the files in `./decompilers/d2g_ida/` into your ida `plugins` folder: +Copy all the files in `./decompilers/d2d_ida/` into your ida `plugins` folder: ```bash cp -r ./decompilers/d2d_ida/* /path/to/ida/plugins/ ```