tehmufifnman / BattleMuffin-Python

Python Implementation of Blizzard's Web API
MIT License
6 stars 3 forks source link

minor error in the documentation #2

Open whitgroves opened 3 years ago

whitgroves commented 3 years ago

Hi, I was helping a friend setup your API and we spotted a rogue "new" keyword in the quickstart guide:

client = **new** WarcraftClient("CLIENT_ID", "CLIENT_SECRET")

Seems like a simple typo (it took us a couple minutes to find it after copy/pasting) but just wanted to bring it up.

P.S. Thanks for writing a great module! You saved us a lot of work.