Skip to content

Commit 9072405

Browse files
committed
docs(README): Messing with the code blocks
1 parent 8420976 commit 9072405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

9595
**Linux**
96-
```sh
96+
```console
9797
$ sha256sum ./data/measurements.txt
9898
```
9999
**Windows (PowerShell)**
100-
```ps
100+
```powershell
101101
Get-FileHash .\data\measurements.txt -Algorithm SHA256
102102
```
103103
Expected `SHA256` hash:

0 commit comments

Comments
 (0)