From ef04a41a6cd0cf59e235b725c9af78b817f2a01c Mon Sep 17 00:00:00 2001 From: Hans van den Bogert Date: Sun, 9 Jul 2017 17:36:01 +0200 Subject: [PATCH] Fix formatting error in README.md Signed-off-by: hansbogert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8e0335c6..03637156e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ output a raw bootable disk image. See `moby build -help` for more information. ### Booting and Testing -You can use `linuxkit run ` or `linuxkit run . to execute the image you created with `moby build .yml`. +You can use `linuxkit run ` or `linuxkit run .` to execute the image you created with `moby build .yml`. This will use a suitable backend for your platform or you can choose one, for example VMWare. See `linuxkit run --help`.