Skip to content

Commit 70a3837

Browse files
committed
docs: don't wrap code block
Some markdown parsers don't like this.
1 parent e9a440b commit 70a3837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/commands/npm-dist-tag.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ This command used to be known as `npm tag`, which only created new tags,
7878
and so had a different syntax.
7979

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

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

0 commit comments

Comments
 (0)