File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ documentation of the latest stable version.
114114
115115### Verifying Binaries
116116
117- Current, LTS and Nightly download directories all contain a _ SHASUM256 .txt_
117+ Current, LTS and Nightly download directories all contain a _ SHASUMS256 .txt_
118118file that lists the SHA checksums for each file available for
119119download.
120120
121- The _ SHASUM256 .txt_ can be downloaded using curl.
121+ The _ SHASUMS256 .txt_ can be downloaded using curl.
122122
123123``` console
124124$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
@@ -135,10 +135,10 @@ _(Where "node-vx.y.z.tar.gz" is the name of the file you have
135135downloaded)_
136136
137137Additionally, Current and LTS releases (not Nightlies) have GPG signed
138- copies of SHASUM256 .txt files available as SHASUM256 .txt.asc. You can use
138+ copies of SHASUMS256 .txt files available as SHASUMS256 .txt.asc. You can use
139139` gpg ` to verify that the file has not been tampered with.
140140
141- To verify a SHASUM256 .txt.asc, you will first need to import all of
141+ To verify a SHASUMS256 .txt.asc, you will first need to import all of
142142the GPG keys of individuals authorized to create releases. They are
143143listed at the bottom of this README under [ Release Team] ( #release-team ) .
144144Use a command such as this to import the keys:
You can’t perform that action at this time.
0 commit comments