From ee6e4b394644fc3ecbf09c3e18add9c1e012d37f Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Thu, 27 Jun 2024 20:35:16 +0200 Subject: [PATCH] fix: format --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 09dc7a1..272adda 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ 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] No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.