We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2d03e commit b6a89c7Copy full SHA for b6a89c7
README.md
@@ -55,7 +55,7 @@ from mixpanel import Mixpanel
55
from mixpanel_async import AsynBufferedConsumer
56
57
consumer = AsyncBufferedConsumer()
58
-mixpanel = Mixpanel(YOUR_TOKEN, consumer=consumer)
+mp = Mixpanel(YOUR_TOKEN, consumer=consumer)
59
60
# tracks an event with certain properties
61
mp.track('button clicked', {'color' : 'blue', 'size': 'large'})
0 commit comments