We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bbb55 commit a9292acCopy full SHA for a9292ac
README.md
@@ -45,9 +45,9 @@ The easiest way to add the DebugDraw library to your project is via the NuGet pa
45
dotnet add package Hexa.NET.DebugDraw
46
```
47
2. Initialization: Initialize the library in your application.
48
- See examples [Example](https://github.com/HexaEngine/Hexa.NET.DebugDraw/Example).
+ See examples [Example](https://github.com/HexaEngine/Hexa.NET.DebugDraw/tree/master/Example).
49
4. Drawing: Use the provided functions to draw shapes and text for debugging purposes.
50
- See examples [Example](https://github.com/HexaEngine/Hexa.NET.DebugDraw/Example)
+ See examples [Example](https://github.com/HexaEngine/Hexa.NET.DebugDraw/tree/master/Example)
51
52
## Contributing
53
0 commit comments