Skip to content

Commit cca2743

Browse files
authored
docs(README): corrects that we target Docusaurus v3 nowadays
1 parent 93feeb7 commit cca2743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## 🧐 About <a name = "about"></a>
2121

22-
This plugin adds GoatCounter web analytics to your Docusaurus v2 project. It has zero dependencies as the only thing it needs to do is include the tracking script in your build outputs.
22+
This plugin adds GoatCounter web analytics to your Docusaurus v3 project. It has zero dependencies, the only thing this plugin does is including the tracking script in your production build outputs.
2323

2424
## 🚀 Install <a name = "install"></a>
2525

@@ -47,7 +47,7 @@ module.exports = {
4747
```
4848

4949
> [!WARNING]
50-
> **When building your website for production**, set `NODE_ENV=production`. If not, the plugin will avoid injecting the Goatcounter tag as to prevent including non-production traffic.
50+
> **When building your website for production**, set `NODE_ENV=production`. **If not, the plugin will not inject the Goatcounter tag**, in order to prevent including non-production traffic in your Goatcounter statistics.
5151
5252
## 🏁 Getting Started <a name = "getting_started"></a>
5353

0 commit comments

Comments
 (0)