From d50609d3cbe2b2a05226b0eb2c778627dcaa23db Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Wed, 11 Nov 2020 12:24:33 -0300 Subject: [PATCH] Swap " for ' Co-authored-by: Lars Melchior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e578c59..eeb1d1c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ cmake --build build --target GenerateDocs ### Build and Run Docker image The project has support to Docker, that allows building and running tests inside a container. -This container builds all targets, so you can run any of them passing a command after "sh -c". +This container builds all targets, so you can run any of them passing a command after `sh -c`. ```bash docker build . -t modern-cpp-starter