Skip to content

Commit

Permalink
fix token comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neilrahilly committed Oct 4, 2012
1 parent 6e71971 commit a78e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelloMixpanel/HelloMixpanel/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#import "ViewController.h"

// IMPORTANT!!! replace with you api token from https://mixpanel.com/account/
#define MIXPANEL_TOKEN @"1a59f812e0366298ffad1b458e199c93"
#define MIXPANEL_TOKEN @"YOUR MIXPANEL PROJECT TOKEN"

@implementation AppDelegate

Expand Down

0 comments on commit a78e6c4

Please sign in to comment.