Skip to content

Commit ca81e25

Browse files
Update 00_create-plugin.md
1 parent 761aab8 commit ca81e25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_docs/31_integrations/00_create-plugin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ The following HTML should be added to the `<body>` of the page:
8787
<!-- prettier-ignore -->
8888
```html
8989
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
90-
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
9190
````
9291

93-
If that is not possible, add only the `<script>`-tag in the `<head>` of the page and ignore the `<noscript>` part.
92+
If that is not possible, add the `<script>`-tag in the `<head>`.
9493
9594
#### Events script
9695

0 commit comments

Comments
 (0)