Skip to content

Commit 9f972dd

Browse files
committed
docs(README): Code block with console
1 parent 15abb8c commit 9f972dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ In order to verify the official output, we are providing the [source code](./bas
125125
You can verify the generated `measurements.txt` with a `SHA256` utility:
126126

127127
**Linux**
128-
```bash
128+
```console
129129
$ sha256sum ./data/measurements.txt
130130
```
131131
**Windows (Command Line)**
132-
```
133-
C:>CertUtil -hashfile .\data\measurements.txt SHA256
132+
```console
133+
C:> CertUtil -hashfile .\data\measurements.txt SHA256
134134
```
135135
**Windows (PowerShell)**
136136
```powershell

0 commit comments

Comments
 (0)