From abb93f92442cde8cb0f587623b38e08f3fe65e5c Mon Sep 17 00:00:00 2001 From: Michael Guedko Date: Mon, 7 May 2018 21:49:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55dbb984..c7bd0291 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To verify it worked, start the game with the `--verbose` flag. If a new console 3. Implement `IPlugin` or `IEnhancedPlugin` 4. Build the project and copy the DLL into the Plugins folder of the game -Note: You can use Console.Write() with the `--verbose` flag for debugging your plugins. +Note: You can use `Console.Write()` with the `--verbose` flag for debugging your plugins. ## How To Keep The Game Patched