From 5876320c46fee10f6de830e1845c8ad45dd1e1fc Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Fri, 17 Mar 2017 11:15:14 +0000 Subject: [PATCH] fix syntax issues --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 11a6e7d..f7e12a4 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,8 @@ as part of the container's :code:`run` command instruction. Examples ~~~~~~~~ -Assuming your current working directory contains your `image.yaml` file, any scripts -your `image.yaml` references are in an adjacent subdirectory called `scripts` and you -want the output written to an adjacent sub-directory named `out`: +Assuming your current working directory contains your :code:`image.yaml` file, any scripts +your :code:`image.yaml` references are in an adjacent subdirectory called :code:`scripts` and you +want the output written to an adjacent sub-directory named :code:`out`: docker run -it --rm -v $(pwd):/tmp:z dogen:latest --verbose /tmp/image.yaml /tmp/out