Fixed typo in README.md

This commit is contained in:
Graham Pentheny
2024-03-23 10:10:48 -07:00
committed by GitHub
parent bae7b4f194
commit 44ff936db5

View File

@@ -23,7 +23,7 @@ Recast Navigation is divided into multiple modules, each contained in its own fo
- `DetourTileCache/` - Navmesh streaming. Useful for large levels and open-world games
- `DetourCrowd/` - Agent movement, collision avoidance, and crowd simulation
- `DebugUtils/` - API for drawing debug visualizations of navigation data and behavior
- `Tess/` - Unit tests
- `Tests/` - Unit tests
- `RecastDemo/` - Standalone, comprehensive demo app showcasing all aspects of Recast & Detour's functionality
## ⚡ Getting Started