Skip to content

Commit 2d268d1

Browse files
Update README.md again again
1 parent 68f33ee commit 2d268d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The following package is also required for running the test suite.
2323

2424
This step is only required if you intend to run Opus in docker.
2525

26-
To build the main image use
26+
To build the main image use <br>
2727
`docker build -t Opus .`
28-
To build the test suite image use
28+
To build the test suite image use <br>
2929
`docker build --build-arg directory=tests -t Opus/tests .`
3030

3131
# Running
@@ -39,9 +39,9 @@ To run the test suite navigate to the `tests` directory and run
3939

4040
### With Docker
4141

42-
To run the main program run
42+
To run the main program run <br>
4343
`docker run Opus`
44-
To run the test suite run
44+
To run the test suite run <br>
4545
`docker run Opus/tests`
4646

4747

0 commit comments

Comments
 (0)