Skip to content

Commit df4ade7

Browse files
Trotttargos
authored andcommitted
doc: use backticks around file names in README.md
Use backticks around `SHASUM256.txt` etc. in README.md. PR-URL: #23299 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 45e0080 commit df4ade7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ _docs_ subdirectory. Version-specific documentation is also at
116116

117117
### Verifying Binaries
118118

119-
Download directories contain a SHASUMS256.txt file with SHA checksums for the
119+
Download directories contain a `SHASUMS256.txt` file with SHA checksums for the
120120
files.
121121

122-
To download SHASUMS256.txt using `curl`:
122+
To download `SHASUMS256.txt` using `curl`:
123123

124124
```console
125125
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
@@ -132,9 +132,9 @@ it through `sha256sum` with a command such as:
132132
$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
133133
```
134134

135-
For Current and LTS, the GPG detached signature of SHASUMS256.txt is in
136-
SHASUMS256.txt.sig. You can use it with `gpg` to verify the integrity of
137-
SHASUM256.txt. You will first need to import all the GPG keys of individuals
135+
For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
136+
`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
137+
`SHASUM256.txt`. You will first need to import all the GPG keys of individuals
138138
authorized to create releases. They are at the bottom of this README under
139139
[Release Team](#release-team). To import the keys:
140140

@@ -144,7 +144,7 @@ $ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C2
144144

145145
See the bottom of this README for a full script to import active release keys.
146146

147-
Next, download the SHASUMS256.txt.sig for the release:
147+
Next, download the `SHASUMS256.txt.sig` for the release:
148148

149149
```console
150150
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt.sig

0 commit comments

Comments
 (0)