Skip to content

Commit bde09df

Browse files
author
Joe Bowers
committed
Preliminary note re: mixpanel-python-async
1 parent cad1a46 commit bde09df

2 files changed

Lines changed: 3 additions & 37 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Typical usage usually looks like this:
1717

1818
mp = Mixpanel(YOUR_TOKEN)
1919

20-
# tracks an event with certain properties
20+
# tracks an event with certain properties
2121
mp.track('button clicked', {'color' : 'blue', 'size': 'large'})
2222

2323
# sends an update to a user profile
@@ -30,3 +30,5 @@ Additional Information
3030
[Help Docs](https://www.mixpanel.com/help/reference/python)
3131

3232
[Full Documentation](http://mixpanel.github.io/mixpanel-python/)
33+
34+
[mixpanel-python-asyc](https://github.com/jessepollak/mixpanel-python-async) a third party tool for sending data asynchronously from the tracking python process.

README.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)