Skip to content

Commit 2e5d373

Browse files
committed
Fix typo in README
1 parent a457e56 commit 2e5d373

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
@@ -10,7 +10,7 @@ let archive_bytes = std::fs::read("C:/Documents/Game/Game.rgssad");
1010
let mut decrypter = rpgmad_lib::Decrypter::new();
1111

1212
// Writes decrypted game files to "C:/Documents/Game"
13-
decrypter.decrypt("C:/Documents/Game", false).unwrap()
13+
decrypter.extract("C:/Documents/Game", false).unwrap()
1414
```
1515

1616
## License

0 commit comments

Comments
 (0)