Skip to content

Commit

Permalink
Correct an API Key Placeholder
Browse files Browse the repository at this point in the history
This corrects an API Key place holder for the browser instalation
instructions.
  • Loading branch information
anthonycastelli committed Apr 24, 2024
1 parent 32a952d commit 808611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/browser/web-pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The JavaScript SDK allows you to drop-in analytic tracking, direct to your AppFi
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(t, i), i.parentNode.insertBefore(p, i);
}),
window.startAppFit("my_secret_key_from_the_dashboard");
window.startAppFit("API_KEY");
</script>

<!------------------->
Expand Down

0 comments on commit 808611c

Please sign in to comment.