Skip to content

Commit

Permalink
docs: don't wrap code block
Browse files Browse the repository at this point in the history
Some markdown parsers don't like this.

PR-URL: #2271
Credit: @ethomson
Close: #2271
Reviewed-by: @darcyclarke
  • Loading branch information
ethomson authored and ruyadorno committed Dec 4, 2020
1 parent fb1d075 commit 0599cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/commands/npm-dist-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ This command used to be known as `npm tag`, which only created new tags,
and so had a different syntax.

Tags must share a namespace with version numbers, because they are
specified in the same slot: `npm install <pkg>@<version>` vs `npm install
<pkg>@<tag>`.
specified in the same slot: `npm install <pkg>@<version>` vs
`npm install <pkg>@<tag>`.

Tags that can be interpreted as valid semver ranges will be rejected. For
example, `v1.4` cannot be used as a tag, because it is interpreted by
Expand Down

0 comments on commit 0599cc3

Please sign in to comment.