diff --git a/README.org b/README.org index b29b271..b933ca5 100644 --- a/README.org +++ b/README.org @@ -97,7 +97,7 @@ : $ docker build -t raincloud:latest github.com/Deleh/raincloud A container of the image exposes /raincloud/ at port =8000= and uses the base directory =/var/www/raincloud=. - Use dockers =-p= flag to map the port on your host and =-v= flag to mount a local base directory: + Use Dockers =-p= flag to map the port on your host and =-v= flag to mount a local base directory: : $ docker run -p :8000 -v :/var/www/raincloud raincloud:latest