Skip to content

Commit 0ff296c

Browse files
committed
Fix formatting
1 parent 47ea157 commit 0ff296c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,17 @@ If the `ctest`, or `make test` on non-Windows systems, commands are used _after_
8787

8888
Start a terminal command prompt and navigate to the root folder of the project. Note, if following from the [Build](#build) instructions, a command prompt should already be available at the root folder of the project. Enter the following commands to run the tests:
8989

90-
> ctest -C "Debug"
90+
```text
91+
> ctest -C "Debug"
92+
```
9193

9294
Or
93-
> bin\reader
94-
> bin\writer
95-
> bin\status
95+
96+
```text
97+
> bin\reader
98+
> bin\writer
99+
> bin\status
100+
```
96101

97102
### macOS
98103

0 commit comments

Comments
 (0)