Skip to content

Commit 3fe6382

Browse files
Fix incorrect markdown script tag
1 parent c82d58f commit 3fe6382

File tree

2 files changed

+2
-2
lines changed
  • articles/tutorials/building_2d_games

2 files changed

+2
-2
lines changed

articles/tutorials/building_2d_games/02_getting_started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ With your development environment setup, it is time to create your first MonoGam
188188
> [!NOTE]
189189
> If the MonoGame templates are not showing up, then you skipped the step to install the templates, exit the project creation and click `Terminal -> New Terminal` in VSCode and run the following command:
190190
>
191-
> ```dotnetcli
191+
> ```sh
192192
> dotnet new install MonoGame.Templates.CSharp
193193
> ```
194194

articles/tutorials/building_2d_games/05_content_pipeline/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To open the *Content.mgcb* content project file in the MGCB Editor using the dot
8484
>
8585
> To correct this, simply run the following from a terminal/command prompt in your projects directory (there the `.config` folder is located)
8686
>
87-
> ```dotnetcli
87+
> ```sh
8888
> dotnet tool restore
8989
> ```
9090
>

0 commit comments

Comments
 (0)