Skip to content

Commit ac06425

Browse files
committed
chore: fix readme
1 parent 8394223 commit ac06425

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In your existing project add `mongodb-legacy` to your `package.json` with the fo
6262
npm install mongodb-legacy
6363
```
6464

65-
65+
6666
### Release Integrity
6767

6868
Releases are created automatically and signed using the [Node team's GPG key](https://pgp.mongodb.com/node-driver.asc). This applies to the git tag as well as all release packages provided as part of a GitHub release. To verify the provided packages, download the key and import it using gpg:
@@ -74,9 +74,9 @@ gpg --import node-driver.asc
7474
The GitHub release contains a detached signature file for the NPM package (named
7575
`mongodb-legacy-X.Y.Z.tgz.sig`).
7676

77-
The following command returns the link npm package.
77+
The following command returns the link npm package.
7878
```shell
79-
npm view [email protected] dist.tarball
79+
npm view [email protected] dist.tarball
8080
```
8181

8282
Using the result of the above command, a `curl` command can return the official npm package for the release.
@@ -86,10 +86,8 @@ To verify the integrity of the downloaded package, run the following command:
8686
gpg --verify mongodb-legacy-X.Y.Z.tgz.sig mongodb-legacy-X.Y.Z.tgz
8787
```
8888

89-
>[!Note]
90-
No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
91-
92-
```
89+
>[!NOTE]
90+
> No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
9391
9492
### Versioning
9593

0 commit comments

Comments
 (0)