davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 183 forks source link

fixed mistakes in readme.md #3

Closed h4ck3rk3y closed 8 years ago

h4ck3rk3y commented 8 years ago

Fixed a few typos in the README that you provided. The import statement should have been from pymessenger.bot import Bot instead of from pymessenger import Bot

davidchua commented 8 years ago

Yikes! Sorry for the typo. Thanks!