Skip to content

Commit

Permalink
Update tracker script example to use Pages URL
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar authored Aug 3, 2024
1 parent 97cce11 commit 362eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To start tracking website traffic on your web property, copy/paste the following
</script>
<script
id="counterscale-script"
src="https://counterscale.{yoursubdomain}.workers.dev/tracker.js"
src="https://{subdomain-emitted-from-npm-run-deploy}.pages.dev/tracker.js"
defer
></script>
```
Expand Down

0 comments on commit 362eb95

Please sign in to comment.