Skip to content

Commit 7f24e13

Browse files
authored
Merge pull request #20 from akn0717/main
Update intro.md
2 parents e23797f + b09b8da commit 7f24e13

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

LDtk.Documentation/src/intro.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
<a href="https://irishbruse.github.io/LDtkMonogame/">LDtkMonogame Wiki</a>
33
</h1>
44

5-
# Introduction
5+
> Monogame renderer and importer for LDtk Level editor
66
7-
The easiest way to start using LDtkMonogame is to import it into the project using nuget.
7+
## Getting Started
88

9-
[LDtkMonogame](https://www.nuget.org/packages/LDtkMonogame/)
9+
The easiest way to start using LDtkMonogame is to import it into the project using [NuGet package](https://www.nuget.org/packages/LDtkMonogame/).
1010

11-
[LDtkMonogame.ContentPipeline](https://www.nuget.org/packages/LDtkMonogame.ContentPipeline/)
11+
- [LDtkMonogame](https://www.nuget.org/packages/LDtkMonogame/)
1212

13-
[LDtkMonogame.Codegen](https://www.nuget.org/packages/LDtkMonogame.Codegen/)
13+
- [LDtkMonogame.ContentPipeline](https://www.nuget.org/packages/LDtkMonogame.ContentPipeline/)
14+
15+
- [LDtkMonogame.Codegen](https://www.nuget.org/packages/LDtkMonogame.Codegen/)
1416

1517
Make sure to import the namespace at the top
1618
```cs

0 commit comments

Comments
 (0)