From f557751365161e4e5e5781df26157c0444a9767a Mon Sep 17 00:00:00 2001 From: Kasuromi <29818914+Kasuromi@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:31:23 +0300 Subject: [PATCH] Fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5200f7aa..0a487fbb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ An open-source binary debugger for Windows, aimed at malware analysis and revers 1. Download a snapshot from [GitHub](https://github.com/x64dbg/x64dbg/releases), [SourceForge](https://sourceforge.net/projects/x64dbg/files/snapshots) or [OSDN](https://osdn.net/projects/x64dbg) and extract it in a location your user has write access to. 2. _Optionally_ use `x96dbg.exe` to register a shell extension and add shortcuts to your desktop. -3. You can now run `x32\x32dbg.exe` if you want to debug a 32-bit executable or `x64\x64dbg.exe` to debug a 64-bit executable! If you are unsure you can always run `x96dbg.exe` and chose your architecture there. +3. You can now run `x32\x32dbg.exe` if you want to debug a 32-bit executable or `x64\x64dbg.exe` to debug a 64-bit executable! If you are unsure you can always run `x96dbg.exe` and choose your architecture there. You can also [compile](https://github.com/x64dbg/x64dbg/wiki/Compiling-the-whole-project) x64dbg yourself with a few easy steps! @@ -92,4 +92,4 @@ You can find an exhaustive list of GitHub contributors [here](https://github.com - [mrfearless](https://twitter.com/fearless0) - [JustMagic](https://github.com/JustasMasiulis) -Without the help of many people and other open-source projects, it would not have been possible to make x64dbg what is it today, thank you! +Without the help of many people and other open-source projects, it would not have been possible to make x64dbg what it is today, thank you!