Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 15b21e3

Browse files
author
Nick
committed
Update README.md
1 parent 157b950 commit 15b21e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JTrainer jTrainer = new JTrainer(null, "Minesweeper");
1616
jTrainer.writeProcessMemory(MEMORY_ADDRESS, new int[] { 0x90, 0x90, 0x90, 0x90 });
1717

1818
// Read 4 bytes from process and print out result
19-
byte[] bytes = jtrainer.readProcessMemory(MEMORY_ADDRESS, 4);
19+
byte[] bytes = jTrainer.readProcessMemory(MEMORY_ADDRESS, 4);
2020
System.out.println(Arrays.toString(MemoryUtils.convertByteArrayToHex(bytes));
2121
```
2222

0 commit comments

Comments
 (0)