Fix typo in readme. (#245)

* fix typo in readme

* revert accidental quote change
This commit is contained in:
Oliver Boudet 2018-10-24 00:13:36 +02:00 committed by Mason Sciotti
parent 7716eadca3
commit d63ed30966

View file

@ -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!