improve sentence readabilty

Upstream-commit: 630ae43e7d11fa34421a253c765edb6cef5a3371
Component: engine
This commit is contained in:
Brian Shumate
2013-09-09 10:19:45 -04:00
parent 020dee6d7f
commit 04edea7666
@@ -11,8 +11,8 @@ Hello World Daemon
The most boring daemon ever written.
This example assumes you have Docker installed and with the Ubuntu
image already imported ``docker pull ubuntu``. We will use the Ubuntu
This example assumes you have Docker installed and the Ubuntu
image already imported with ``docker pull ubuntu``. We will use the Ubuntu
image to run a simple hello world daemon that will just print hello
world to standard out every second. It will continue to do this until
we stop it.