Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jun 27, 2024
1 parent 1f3010e commit 2a9a790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ Using the result of the above command, a `curl` command can return the official
To verify the integrity of the downloaded package, run the following command:
```shell
gpg --verify mongodb-legacy-X.Y.Z.tgz.sig mongodb-legacy-X.Y.Z.tgz
```

[!Note]
>[!Note]
No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.

```
Expand Down

0 comments on commit 2a9a790

Please sign in to comment.