From f9f5658aeba9d64d5fe7e58388cc021c6e860d80 Mon Sep 17 00:00:00 2001 From: Niemiets Date: Wed, 6 Aug 2025 17:56:34 +0200 Subject: [PATCH] Fixed few typos Fixed missing angle bracket and missing plugin name in engine plugin path. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fa5176..af6ebfb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The most straightforward way to use the plugin is to clone the repo under the `P 3.2. To Engine folder: ```powershell - move-item -path ./bin -destination \Engine\Plugins\VisualStudioTools ``` 2. Optional: Regenerate the Solution for your game project so that the plugin source will be visible in Visual Studio. @@ -113,4 +113,4 @@ This project welcomes contributions and suggestions. Check out our [contributing This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. -Any use of third-party trademarks or logos are subject to those third-party's policies. \ No newline at end of file +Any use of third-party trademarks or logos are subject to those third-party's policies.