From 60d806a0a440a4485f611c605f0efa6a2ef37183 Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Mon, 18 Oct 2021 15:59:55 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c87125..b1cd843 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For non-commercial projects, you can also get it from GitHub. Follow these instr * Close your existing Unreal Engine app. * Create a directory in your app root called `Plugins`. * Download [this](https://github.com/GameDev4K/unreal-fetch/archive/main.zip) GitHub repository. -* Copy `Plugins/UnrealFetch` of the repository to above created `Plugins` directory. +* Copy `UnrealFetchDevApp/Plugins/Fetch` of the repository to above created `Plugins` directory. * Start your app & it will ask to compile the plugin. Proceed with that. * You might need to [setup Visual Studio](https://docs.unrealengine.com/en-US/ProductionPipelines/DevelopmentSetup/VisualStudioSetup/index.html) for Unreal Engine.