Skip to content

Commit b6a89c7

Browse files
author
Jesse Pollak
committed
another readme typo
1 parent 3f2d03e commit b6a89c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ from mixpanel import Mixpanel
5555
from mixpanel_async import AsynBufferedConsumer
5656

5757
consumer = AsyncBufferedConsumer()
58-
mixpanel = Mixpanel(YOUR_TOKEN, consumer=consumer)
58+
mp = Mixpanel(YOUR_TOKEN, consumer=consumer)
5959

6060
# tracks an event with certain properties
6161
mp.track('button clicked', {'color' : 'blue', 'size': 'large'})

0 commit comments

Comments
 (0)