diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 1168109b0..3c773c594 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -16,7 +16,7 @@ Alternatively, if you're running Material for MkDocs from within Docker, use: docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new . ``` -=== "Windows" +=== "Windows Commandline" ``` docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .