From 6535305f6a39b7fa0422a1d27fd09aa34dde7380 Mon Sep 17 00:00:00 2001 From: Oliver Boudet Date: Tue, 23 Oct 2018 21:49:20 +0200 Subject: [PATCH] fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2251ff..eac83f3 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! @@ -142,7 +142,7 @@ Below is a table of unofficial, community-developed wrappers for and implementat | ------------------------------------------------------------------------- | --------------------------------- | | [Discord RPC C#](https://github.com/Lachee/discord-rpc-csharp) | C# | | [Discord RPC D](https://github.com/voidblaster/discord-rpc-d) | [D](https://dlang.org/) | -| [discord-rpc.jar](https://github.com/Vatuu/discord-rpc 'Discord-RPC.jar') | Java | +| [discord-rpc.jar](https://github.com/Vatuu/discord-rpc "Discord-RPC.jar") | Java | | [java-discord-rpc](https://github.com/MinnDevelopment/java-discord-rpc) | Java | | [Discord-IPC](https://github.com/jagrosh/DiscordIPC) | Java | | [Discord Rich Presence](https://npmjs.org/discord-rich-presence) | JavaScript |