diff --git a/README.md b/README.md index 2817b99..6f0a1c7 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ namespace HelloWorld; class Program { + // STAThread is required if you deploy using NativeAOT on Windows - See https://github.com/raylib-cs/raylib-cs/issues/301 + [STAThread] public static void Main() { Raylib.InitWindow(800, 480, "Hello World");