From 44ff936db57f27253814083bdcf74564a5c015f0 Mon Sep 17 00:00:00 2001 From: Graham Pentheny Date: Sat, 23 Mar 2024 10:10:48 -0700 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b200380..db009aa9 100644 --- a/README.md +++ b/README.md @@ -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