Skip to content

Commit d4cebc7

Browse files
fix readme
1 parent d145d48 commit d4cebc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A GitHub Action to create a new Unity Project using a predefined template packag
66

77
## Requirements
88

9-
> ![IMPORTANT] This action requires that the Unity Editor is installed on the runner.
9+
> [!IMPORTANT] This action requires that the Unity Editor is installed on the runner.
1010
> You can use `unity-setup` action to install Unity Editor before using this action.
1111
> `UNITY_EDITOR_PATH` environment variable must be set to the path of the Unity Editor executable.
1212
@@ -32,7 +32,7 @@ steps:
3232
| project-directory | The directory where the Unity project will be created. | Defaults to the root of the workspace. |
3333
| template-name | The name of the template package to use for creating the Unity project. | Default: 'com.unity.template.3d(-cross-platform)?' |
3434
35-
> ![NOTE] `template-name` supports regex patterns, allowing you to match multiple template packages. For example, `com.unity.template.3d(-cross-platform)?` will match both `com.unity.template.3d` and `com.unity.template.3d-cross-platform`.
35+
> [!NOTE] `template-name` supports regex patterns, allowing you to match multiple template packages. For example, `com.unity.template.3d(-cross-platform)?` will match both `com.unity.template.3d` and `com.unity.template.3d-cross-platform`.
3636

3737
### outputs
3838

0 commit comments

Comments
 (0)