Browse code

run.md: Convert some backticks to apo's

Felix Rabe authored on 2014/05/03 09:11:00
Showing 1 changed files
... ...
@@ -291,7 +291,7 @@ the container you might have an HTTP service listening on port 80 (and so you
291 291
 42800.
292 292
 
293 293
 To help a new client container reach the server container's internal port
294
-operator `--expose``d by the operator or `EXPOSE``d by the developer, the
294
+operator `--expose`'d by the operator or `EXPOSE`'d by the developer, the
295 295
 operator has three choices: start the server container with `-P` or `-p,` or
296 296
 start the client container with `--link`.
297 297