Skip to content

Commit 9614795

Browse files
fix(docs): use correct yarn upgrade command (#494)
1 parent f81e542 commit 9614795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/guide/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Then, add `@nuxtjs/sentry` to the `modules` section of `nuxt.config.js` and set
5252

5353
See [Options](/sentry/options) for a list of available options.
5454

55-
Note that the Sentry SDK dependencies (`@sentry/*`) are not pinned and can be updated independently from the module itself by running `npm upgrade @nuxtjs/sentry` or `yarn update @nuxtjs/sentry`. That means you don't have to wait for a new module release if you want to update to the latest SDK version.
55+
Note that the Sentry SDK dependencies (`@sentry/*`) are not pinned and can be updated independently from the module itself by running `npm upgrade @nuxtjs/sentry` or `yarn upgrade @nuxtjs/sentry`. That means you don't have to wait for a new module release if you want to update to the latest SDK version.
5656

5757
<alert type="info">
5858

0 commit comments

Comments
 (0)