Skip to content

Commit 76fbe2a

Browse files
Ivorforcemaiself
authored andcommitted
Change the readme warnings and notes to appropriate boxes.
1 parent 093d987 commit 76fbe2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# godot-python-extension
22

3-
> **Warning**
3+
> [!WARNING]
44
>
55
> This repository is a work in progress and should be considered experimental. It is not production ready.
66
>
@@ -28,7 +28,7 @@ This project can be thought as having three layers:
2828

2929
## Building
3030

31-
> **Note**
31+
> [!NOTE]
3232
>
3333
> Godot version 4.2 or later is required to build and load this extension.
3434
@@ -46,7 +46,7 @@ scons godot=<PATH_TO_GODOT_BINARY>
4646

4747
The path to the `godot` binary is needed to extract the `gdextension_interface.h` and `extension_api.json` files from the engine. The built extension shared object will be placed in `bin/`.
4848

49-
> **Note**
49+
> [!NOTE]
5050
>
5151
> Currently this project has only been tested on Linux with Python versions 3.11 and 3.12. Modifications to the [SConstruct](SConstruct) file may be needed for other platform configurations. Please submit issues and pull requests for any problems you run into.
5252

0 commit comments

Comments
 (0)