Skip to content

Commit 78b4907

Browse files
authored
Update README.md
Typo fixes
1 parent f614b4b commit 78b4907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Inject any DLL into any running process with ease! Injector is a command line to
1212

1313
You may use it in you post-build events in Visual Studio to save time and take away complexity of code by "outsourcing" the injection process. You may of course use it for any othe scenario which comes on your mind. Check out the possible command line arguments:
1414

15-
- `-n|--process-name` identifies the target process by it's module name
16-
- `-w|--window-name` identifies the target process by it's main windows name
17-
- `-p|--process-id` identifies the target process by it's PID
15+
- `-n|--process-name` identifies the target process by its module name
16+
- `-w|--window-name` identifies the target process by its main windows name
17+
- `-p|--process-id` identifies the target process by its PID
1818
- `-i|--inject` or `-e|--eject` specifies the action to perform (inject or eject the DLL)
1919

2020
Then simply append one or more absolute (or relative) path(s) of the DLL to be in-/ejected.

0 commit comments

Comments
 (0)