Skip to content

Commit a5d385e

Browse files
committed
fixup! Get NPM signing keys from @sigstore/tuf
1 parent b1df5fd commit a5d385e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,13 @@ same major line. Should you need to upgrade to a new major, use an explicit
318318
- `COREPACK_INTEGRITY_KEYS` can be set to an empty string or `0` to
319319
instruct Corepack to skip signature verification, or to a JSON string
320320
containing custom keys. The format based on the response of the
321-
`GET /-/npm/v1/keys` endpoint of NPM under the `npm` key. That is,
321+
`GET /-/npm/v1/keys` endpoint of npm registry under the `npm` key. That is,
322322

323323
```bash
324324
curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}'
325325
```
326326

327-
See the [NPM documentation on
327+
See the [npm documentation on
328328
signatures](https://docs.npmjs.com/about-registry-signatures) for more
329329
information.
330330

0 commit comments

Comments
 (0)