Skip to content

Commit f4e5628

Browse files
authored
correct releasing namespace
1 parent ee88904 commit f4e5628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ npm install --save-dev prettier prettier-plugin-tailwindcss @planetscale/core-
2828
Create a [Personal Access Token (classic)](https://github.com/settings/tokens) with the `write:package` scope and log into npm with that token [(per GitHub docs)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token):
2929

3030
```shell
31-
$ npm login --scope=@NAMESPACE --auth-type=legacy --registry=https://npm.pkg.github.com
31+
$ npm login --scope=@planetscale --auth-type=legacy --registry=https://npm.pkg.github.com
3232

3333
> Username: USERNAME
3434
> Password: TOKEN

0 commit comments

Comments
 (0)