diff --git a/README.md b/README.md index c3de012..2baaab2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DotRecast -DotRecast is a port of recast4j(https://github.com/ppiastucki/recast4j) to C# and has been built to target netstandard2.1 to work with both Unity and pure C#. +DotRecast is a port of recast4j(https://github.com/ppiastucki/recast4j) to C# and has been built to target netstandard2.1 to work with both Unity3D and pure C#. -If you're using Unity 3D, the following projects have been modified to build with netstandard2.1: +If you're using Unity3D, the following projects have been modified to build with netstandard2.1: - DotRecast.Core - DotRecast.Recast @@ -11,4 +11,4 @@ If you're using Unity 3D, the following projects have been modified to build wit - DotRecast.Detour.Extras - DotRecast.Detour.TileCache - Please feel free to copy and use these projects in Unity 3D. We plan to continue improving them as time goes on. + Please feel free to copy and use these projects in Unity3D. We plan to continue improving them as time goes on.