From cf2a9a81b60dfc900441627a6a482ebd78292985 Mon Sep 17 00:00:00 2001 From: Francososa Date: Fri, 19 Feb 2016 10:59:41 -0600 Subject: [PATCH] Remove the 'List teams a member belongs to' section --- content/orgs/teams.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/content/orgs/teams.md b/content/orgs/teams.md index 310ab058..4a506a0f 100644 --- a/content/orgs/teams.md +++ b/content/orgs/teams.md @@ -30,7 +30,7 @@ To create a team one can type: > npm team create ``` ...where `` is the name of the Organization, followed by -the name of the new team. +the name of the new team. For example, to create a team called `wombats` in the `@npminc` Organization, a [Super Admin] or [Team Admin] would type: @@ -91,11 +91,6 @@ users on a particular team. To do so, type: > npm team ls ``` -### List Teams a Member Belongs to -``` -> npm team ls -``` - ## CLI Documentation For detailed information on the `team` command, check out the CLI