Skip to content

Commit e62954f

Browse files
authored
Merge pull request #17 from rmamet/patch-1
2 parents 62272eb + 22b23d8 commit e62954f

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
@@ -13,7 +13,7 @@ Prerequisites:
1313
Installation:
1414

1515
```shell
16-
dotnet new --install CelesteMod.Templates
16+
dotnet new install CelesteMod.Templates
1717
````
1818

1919
From your Celeste/Mods directory:
@@ -41,4 +41,4 @@ These can specified in the following way:
4141
```shell
4242
# Creates a new mod with sample entities, a GitHub build action, and a MonoMod export class
4343
dotnet new celestemod --Samples --GitHub --Exports
44-
```
44+
```

0 commit comments

Comments
 (0)