Skip to content

Commit db1ca98

Browse files
Update README.md
1 parent 38f37cc commit db1ca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sample usage:
1212

1313
// First, call the Indicative class's apiKey() method and pass in your API key,
1414
// which you can find on the Project Settings page. You'll only have to do this once.
15-
Indicative.apiKey("My Key");
15+
Indicative.apiKey("Your-API-Key-Goes-Here");
1616

1717
// Then record events with a single line of code.
1818
Indicative.event("Registration").uniqueId("user47").addProperty("name","value").done();

0 commit comments

Comments
 (0)