From 2e08bebf41b0c5ef76c852fa4b994c323df68082 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sat, 8 Sep 2018 21:40:34 -0500 Subject: [PATCH] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1dd63b0..7d5cb024 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To verify it worked, start the game with the `--verbose` flag. If a new console 1. Create a new **Class Library** C# project (.NET 4.6) 2. Download a release and add **IPA.Loader.dll** to your references 3. Implement `IBeatSaberPlugin` or `IEnhancedBeatSaberPlugin` -4. Build the project and copy the DLL into the Plugins folder of the gam +4. Build the project and copy the DLL into the Plugins folder of the game. See [Developing](https://github.com/nike4613/IPA-Reloaded/wiki/Developing) for more information.