Skip to content

Commit 72343e7

Browse files
authored
docs(README.md): fix usage example
Closes JulianCataldo#99
1 parent 2ab3ccd commit 72343e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/GoogleAnalytics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { GoogleAnalytics } from 'astro-google-analytics';
3333
<head>
3434
<!-- Place component inside `HEAD` tag -->
3535
36-
<Analytics id="G-XXXXXXXXXX" />
36+
<GoogleAnalytics id="G-XXXXXXXXXX" />
3737
3838
<!-- ... -->
3939
</head>

0 commit comments

Comments
 (0)