Skip to content

Commit 8c9e3e8

Browse files
committed
Fixed markup in README
1 parent 86d2f31 commit 8c9e3e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NimPlatformerGame
22

3-
This repo contains [PlatformerGame](https://docs.unrealengine.com/latest/INT/Resources/SampleGames/PlatformerGame/) sample with its main module implemented with Nim.
3+
This repo contains [PlatformerGame](https://docs.unrealengine.com/latest/INT/Resources/SampleGames/PlatformerGame/) sample with its main game module implemented with Nim.
44

55
This project can be used as a reference to see how certain features from UE4 map to Nim code.
66

@@ -16,6 +16,6 @@ To build this project:
1616

1717
## License
1818

19-
*.nim files in the repo are licensed under the MIT license. See LICENSE file for details.
19+
\*.nim files in the repo are licensed under the MIT license. See LICENSE file for details.
2020

21-
The content files (*.ini, *.uasset, *.umap) and C++ files (*.h, *.cpp) were created by Epic Games, Inc.
21+
The content files (\*.ini, \*.uasset, \*.umap) and C++ files (\*.h, \*.cpp) were created by Epic Games, Inc.

0 commit comments

Comments
 (0)