From e144658b8799f3f464f0040a24eff84bbca831e7 Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Sat, 19 Mar 2022 22:17:01 -0700 Subject: [PATCH] fixed engine version reference --- documentation/UE5IntegrationGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/UE5IntegrationGuide.md b/documentation/UE5IntegrationGuide.md index d50a3e6..289a215 100644 --- a/documentation/UE5IntegrationGuide.md +++ b/documentation/UE5IntegrationGuide.md @@ -1,4 +1,4 @@ -This guide will show you how to integrate Squid::Tasks into an Unreal Engine 4 game project. +This guide will show you how to integrate Squid::Tasks into an Unreal Engine 5 game project. Prerequisites -------------