diff --git a/articles/tutorials/building_2d_games/05_content_pipeline/index.md b/articles/tutorials/building_2d_games/05_content_pipeline/index.md index c2071229..6b263c69 100644 --- a/articles/tutorials/building_2d_games/05_content_pipeline/index.md +++ b/articles/tutorials/building_2d_games/05_content_pipeline/index.md @@ -59,7 +59,7 @@ To open the *Content.mgcb* content project file in the MGCB Editor using the dot 2. Enter the following dotnet CLI command ```sh - dotnet mgcb-editor ./Content/Content.mgcb` + dotnet mgcb-editor ./Content/Content.mgcb ``` ---