Skip to content

Commit

Permalink
fixup! docs: npm team revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Jan 28, 2021
1 parent 24a275d commit c3fee5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/commands/npm-team.md
Expand Up @@ -24,7 +24,7 @@ handle permissions for packages.
Teams must always be fully qualified with the organization/scope they belong to
when operating on them, separated by a colon (`:`). That is, if you have a
`newteam` team in an `org` organization, you must always refer to that team
as `org:newteam` in these commands.
as `@org:newteam` in these commands.

If you have two-factor authentication enabled in `auth-and-writes` mode, then
you can provide a code from your authenticator with `[--otp <otpcode>]`.
Expand All @@ -44,7 +44,7 @@ If you don't include this then you will be prompted.
team has been created.

* add:
Add a user to an existing team, or remove a user from a team they belong to.
Add a user to an existing team.

Adding a new user `username` to a team named `newteam` under the `org` org:

Expand Down

0 comments on commit c3fee5c

Please sign in to comment.