eagleflo / mpyq

Python library for reading MPQ archives.
BSD 2-Clause "Simplified" License
99 stars 23 forks source link

mistake in README.md #31

Closed itchy118 closed 10 years ago

itchy118 commented 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').

eagleflo commented 10 years ago

You're exactly right. Thank you for catching this!