diff --git a/unreal/README.md b/unreal/README.md index 6bce0b44..6f93e34b 100644 --- a/unreal/README.md +++ b/unreal/README.md @@ -33,7 +33,7 @@ static string architecture = "posix"; static string option = "sync"; ``` -In the end you have to import module in your your project as follow: +In the end you have to import module into your project as follow: - `.Target.cs` and `Editor.Target.cs` ```cs