Skip to content

Commit 2038e6b

Browse files
committed
Corrected text in README file
1 parent b1a9440 commit 2038e6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The **Delphi Detours Library** is a library allowing you to hook delphi and windows API functions .It provides an easy way to insert and remove hook.
1+
The **Delphi Detours Library** is a library allowing you to hook Delphi and Windows API functions. It provides an easy way to insert and remove hook.
22

33
## What's new in Version 2: ##
44
Please check [Version2](https://github.com/MahdiSafsafi/delphi-detours-library/blob/wiki/Version2.md) wiki page
@@ -16,15 +16,15 @@ Please check [Version2](https://github.com/MahdiSafsafi/delphi-detours-library/b
1616
* 64 bit address is supported.
1717
* The library does not use any external library.
1818
* The library can insert and remove the hook at any time.
19-
* The library contains InstDecode library , that allow to you to decode cpu instructions (x86 & x64).
19+
* The library contains InstDecode library, that allow to you to decode CPU instructions (x86 & x64).
2020

21-
This project contians two sub projects : **The Detours Library** and **the InstDecode library**.
21+
This project contains two sub projects : **The Detours Library** and **the InstDecode library**.
2222

23-
The InstDecode Library is a library that can decode both (x86-x64) instructions .You can consider it as a small disassembler routine .
23+
The InstDecode Library is a library that can decode both (x86-x64) instructions. You can consider it as a small disassembler routine.
2424
It can decode instruction and getting information about the instruction (size of instruction,displacement,immediate data, jump address,..) without displaying mnemonics making it very faster and small in compiled size.
2525

26-
This two library was coded in pure pascal language with delphi XE7.
26+
These two libraries were coded in pure Pascal language with Delphi XE7.
2727

28-
See the [Wiki](https://github.com/MahdiSafsafi/delphi-detours-library/tree/wiki) page for more information about how to use the library .
28+
See the [Wiki](https://github.com/MahdiSafsafi/delphi-detours-library/tree/wiki) page for more information about how to use the library.
2929

30-
Please , if you find any bug , feel free to report it .
30+
Please, if you find any bug, feel free to report it.

0 commit comments

Comments
 (0)