Closed itchy118 closed 10 years ago
This is my first time posting to github so apologies if I'm putting this in the wrong spot. In README.md the example used to show how to read a file from an archive appears to call a non existent function.
this:
archive.read('replay.details')
should be this:
archive.read_file('replay.details').
You're exactly right. Thank you for catching this!
This is my first time posting to github so apologies if I'm putting this in the wrong spot. In README.md the example used to show how to read a file from an archive appears to call a non existent function.
this:
should be this: