@@ -116,11 +116,11 @@ documentation of the latest stable version.
116116
117117### Verifying Binaries  
118118
119- Current, LTS, and Nightly download directories all contain a _ SHASUMS256.txt _ 
119+ Current, LTS, and Nightly download directories all contain a SHASUMS256.txt 
120120file that lists the SHA checksums for each file available for
121121download.
122122
123- The _ SHASUMS256.txt _  can be downloaded using curl.
123+ The SHASUMS256.txt  can be downloaded using ` curl ` .
124124
125125``` console 
126126$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt 
@@ -133,12 +133,9 @@ it through `sha256sum` with a command such as:
133133$ grep node-vx.y.z.tar.gz SHASUMS256.txt |  sha256sum -c - 
134134``` 
135135
136- _ (Where "node-vx.y.z.tar.gz" is the name of the file you have
137- downloaded)_ 
138- 
139- Additionally, Current and LTS releases (not Nightlies) have the GPG
140- detached signature of SHASUMS256.txt available as SHASUMS256.txt.sig.
141- You can use ` gpg `  to verify that SHASUMS256.txt has not been tampered with.
136+ Current and LTS releases (but not Nightlies) also have the GPG detached
137+ signature of SHASUMS256.txt available as SHASUMS256.txt.sig. You can use ` gpg ` 
138+ to verify that SHASUMS256.txt has not been tampered with.
142139
143140To verify SHASUMS256.txt has not been altered, you will first need to import
144141all of the GPG keys of individuals authorized to create releases. They are
@@ -149,8 +146,7 @@ Use a command such as this to import the keys:
149146$ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D 
150147``` 
151148
152- _ (See the bottom of this README for a full script to import active
153- release keys)_ 
149+ See the bottom of this README for a full script to import active release keys.
154150
155151Next, download the SHASUMS256.txt.sig for the release:
156152
0 commit comments