Update changing-package-visibility.mdx (#623)

* Update changing-package-visibility.mdx

chenxiang committed May 16, 2023 at 01:11 UTC b90ed41632a0e3cc4e10b76bb583310acd2e6312
1 file changed +2 -2
content/packages-and-modules/updating-and-managing-your-published-packages/changing-package-visibility.mdx
+2 -2
@@ -27,7 +27,7 @@ If you want to restrict access and visibility for a public package you own, you
27 ### Using the website
28
29 1. On the [npm website][npmjs-com], go to the package page.
30 -2. On the package page, click **Admin**.
30 +2. On the package page, click **Settings**.
31 3. Under "Package Access", select "Is Package Private?"
32 4. Click **Update package settings**.
33
@@ -52,7 +52,7 @@ For more information, see the <a href="https://docs.npmjs.com/cli-documentation/
52 ### Using the website
53
54 1. On the npm website, go to the package page.
55 -2. On the package page, click **Admin**.
55 +2. On the package page, click **Settings**.
56 3. Under "Package Access", deselect "Is Package Private?"
57 4. Click **Update package settings**.
58