From d63ed309663c85dcf782933c2ceb8b6afa873684 Mon Sep 17 00:00:00 2001 From: Oliver Boudet Date: Wed, 24 Oct 2018 00:13:36 +0200 Subject: [PATCH] Fix typo in readme. (#245) * fix typo in readme * revert accidental quote change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2251ff..e9d686e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ We've got our `Plugins` folder ready, so let's get platform-specific! 4. Create `x86` and `x86_64` folders inside `Assets/Plugins/` 5. Copy `discord-rpc-win/win64-dynamic/bin/discord-rpc.dll` to `Assets/Plugins/x86_64/` -6. Copy `discord-rpc-win/win32-dynamic/bin/discord-rpc.dll` to `Assets/Plguins/x86/` +6. Copy `discord-rpc-win/win32-dynamic/bin/discord-rpc.dll` to `Assets/Plugins/x86/` 7. Click on both DLLs and make sure they are targetting the correct architectures in the Unity editor properties pane 8. Done!