Skip to content

Commit ccff10e

Browse files
author
Thomas Miller
committed
Added better formatting for command in docs
1 parent f0e3121 commit ccff10e

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
@@ -153,8 +153,8 @@ docker build -t apnic/rdap-conformance .
153153
To run the Docker container.
154154

155155
```
156-
docker run -d -v "<path_to_spec.json>:/app/rdap-spec.json"
157-
--name rdap-conformance apnic/rdap-conformance
156+
docker run -d -v "<path_to_spec.json>:/app/rdap-spec.json" \
157+
--name rdap-conformance apnic/rdap-conformance
158158
```
159159

160160
<aside class="notice">

0 commit comments

Comments
 (0)