jessepollak / mixpanel-python-async

:zap: Batch and send your Mixpanel API calls asynchronously in Python
Other
59 stars 16 forks source link

Typo in the README #7

Closed jinqian closed 10 years ago

jinqian commented 10 years ago

The code snippet in the Usage section:

from mixpanel_async import AsynBufferedConsumer

should be:

from mixpanel_async import AsyncBufferedConsumer

There is a c missing. By the way, I think now you'll need to add $distinct_id when calling track method as the first parameter, but since the official doc of mixpanel is not up-to-date either.

jessepollak commented 10 years ago

Thanks for the heads up! Fixed both issues.