escaping italic formatting (#133)
Adam Brangenberg committed
Jun 15, 2022 at 17:14 UTC
92de260774ca4ff6611a7f5c6e53b842e9bdacc6
1 file changed
+1
-1
content/packages-and-modules/contributing-packages-to-the-registry/creating-and-publishing-scoped-public-packages.mdx
+1
-1
@@ -88,7 +88,7 @@ By default, scoped packages are published with private visibility. To publish a
88
npm publish --access public
89
```
90
91
-3. To see your public package page, visit https://npmjs.com/package/*package-name*, replacing *package-name* with the name of your package. Public packages will say `public` below the package name on the npm website.
91
+3. To see your public package page, visit https://npmjs.com/package/\*package-name\*, replacing \*package-name\* with the name of your package. Public packages will say `public` below the package name on the npm website.
92
93
<>{shared['organization-package-public'].image}</>
94