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