Skip to content

Commit

Permalink
docs(readme): simplify syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 16, 2024
1 parent fed53bb commit 99634de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Just add the following to your `package.json`:
```json
{
"resolutions": {
"package-you-really-want-to-skip": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz"
"package-you-really-want-to-skip": "npm:@favware/skip-dependency@latest"
}
}
```

0 comments on commit 99634de

Please sign in to comment.