Skip to content

Commit

Permalink
fix inconsistent README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Oct 1, 2024
1 parent a58de84 commit 13468fb
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 @@ -68,7 +68,7 @@ Simply add tracking script to your website:
```html
<script src="https://<your-prisme-instance-hostname>/static/wa.js" defer></script>
<noscript>
<img src="https://my-prisme-instance.example.com/api/v1/noscript/events/pageviews" style="position:absolute;top:-100px">
<img src="https://<your-prisme-instance-hostname>/api/v1/noscript/events/pageviews" style="position:absolute;top:-100px">
</noscript>
```

Expand Down

0 comments on commit 13468fb

Please sign in to comment.