We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f37cc commit db1ca98Copy full SHA for db1ca98
README.md
@@ -12,7 +12,7 @@ Sample usage:
12
13
// First, call the Indicative class's apiKey() method and pass in your API key,
14
// which you can find on the Project Settings page. You'll only have to do this once.
15
- Indicative.apiKey("My Key");
+ Indicative.apiKey("Your-API-Key-Goes-Here");
16
17
// Then record events with a single line of code.
18
Indicative.event("Registration").uniqueId("user47").addProperty("name","value").done();
0 commit comments