Skip to content

Commit 99713d2

Browse files
committed
Minor README update
1 parent c1eb8fa commit 99713d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Java execution from shell:
5858

5959
Alternatively, Docker execution from shell:
6060

61-
cat city-distances.json | docker run -i -a stdin -a stdout -a stderr atomgraph/json2xml
61+
cat city-distances.json | docker run -i -a stdin -a stdout -a stderr atomgraph/json2xml > city-distances.xml
6262

63-
Note that you need to [bind](https://docs.docker.com/engine/reference/commandline/run/#attach-to-stdinstdoutstderr--a) `stdin`/`stdout`/`stderr` when running Docker.
63+
Note that you need to [bind](https://docs.docker.com/engine/reference/commandline/run/#attach-to-stdinstdoutstderr--a) `stdin`/`stdout`/`stderr` when running JSON2XML as a Docker container.
6464

6565
Output in `city-distances.xml` (indented for clarity):
6666

0 commit comments

Comments
 (0)