Skip to content

Commit 3f48487

Browse files
Max Blackowlstronaut
authored andcommitted
docs(package-spec): fix alias syntax in examples
1 parent dd104da commit 3f48487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/lib/content/using-npm/package-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The `<alias>` is the name of the package as it is reified in the `node_modules`
3838
See `Package name` above for more info on referring to a package by name, and [registry](/using-npm/config#registry) for configuring which registry is used when referring to a package by name.
3939

4040
Examples:
41-
* `semver:@npm:@npmcli/semver-with-patch`
42-
* `semver:@npm:semver@7.2.2`
43-
* `semver:@npm:semver@legacy`
41+
* `semver@npm:@npmcli/semver-with-patch`
42+
* `semver@npm:semver@7.2.2`
43+
* `semver@npm:semver@legacy`
4444

4545
### Folders
4646

0 commit comments

Comments
 (0)