Skip to content

Commit 8a5139e

Browse files
committed
Fix admonition
1 parent 3dbcd75 commit 8a5139e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

articles/tutorials/building_2d_games/26_publish_to_itch/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ For macOS:
299299
2. Make the game executable with the command: chmod +x ./[YourGameName].app/Contents/MacOS/[YourGameName]
300300
```
301301

302-
[!TIP]
303-
Consider testing your installation instructions on a clean system or with someone who has not seen your game before. This can help identify any missing steps or assumptions you might have made.
302+
> [!TIP]
303+
> Consider testing your installation instructions on a clean system or with someone who has not seen your game before. This can help identify any missing steps or assumptions you might have made.
304304
305305
| ![Figure 26-7: Example of download and installation instructions for a MonoGame project](./images/download-install-instructions.png) |
306306
| :----------------------------------------------------------------------------------------------------------------------------------: |

0 commit comments

Comments
 (0)