diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index f623b9ccc226..2bc000b81a90 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -115,7 +115,7 @@ if (process.env.SENTRY_DSN) { } ``` -Add an import flag to the `NODE_OPTIONS` of your preview script in the `package.json`, so the file loads before any +Add an import flag to the `NODE_OPTIONS` of your preview script in the `package.json` file, so the file loads before any other imports: ```json