Skip to content

Commit a1440d8

Browse files
Merge pull request #585 from ejarocki-cloudlinux/master
edit securechain-js doc
2 parents ce001f7 + 0ed0b77 commit a1440d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/securechain/javascript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SecureChain delivers verified, signed, continuously patched JavaScript packages
1919
In the root directory of your project, create or edit `.npmrc` to point npm at the SecureChain registry and provide your token:
2020

2121
```text
22-
registry=https://nexus.repo.tuxcare.com/repository/securechain-js/@securechain-js/
22+
registry=https://nexus.repo.tuxcare.com/repository/securechain-js/
2323
//nexus.repo.tuxcare.com/repository/securechain-js/:_auth=<TOKEN>
2424
always-auth=true
2525
```
@@ -54,7 +54,7 @@ If `npm install` resolves to the public registry instead of SecureChain, use the
5454
npm config get registry
5555
```
5656

57-
The output must be `https://nexus.repo.tuxcare.com/repository/securechain-js/@securechain-js/`. If it returns `https://registry.npmjs.org/`, npm is not reading your project `.npmrc` - check that you are running npm from the project root and that no user-level `~/.npmrc` is overriding it.
57+
The output must be `https://nexus.repo.tuxcare.com/repository/securechain-js/`. If it returns `https://registry.npmjs.org/`, npm is not reading your project `.npmrc` - check that you are running npm from the project root and that no user-level `~/.npmrc` is overriding it.
5858

5959
* **Confirm authentication and connectivity**
6060

docs/securechain/managing-securechain-repository/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page describes how to upgrade an already-installed SecureChain package to a
1515
2. To upgrade, install the new version of the package — `npm install` will replace the previously installed release:
1616

1717
```text
18-
npm install @securechain-js/<package>@<new-version>
18+
npm install <package>@<new-version>
1919
```
2020
2121
:::tip

0 commit comments

Comments
 (0)