From 3acd764abb360be9892ce522ad99f06ce242d584 Mon Sep 17 00:00:00 2001 From: Burathar Date: Mon, 20 Apr 2020 23:44:28 +0200 Subject: [PATCH] Add Remarks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1423088..add58de 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,8 @@ To import your own keyboard colorscheme: Implement this in your own project by creating an instance of `ColoreOutput` parsing a ChromaEffects xml file, and then calling `myInstance.Start();` -If you have any questions please open an issue. \ No newline at end of file +If you have any questions please open an issue. + +## Remarks + +If Visual Studio throws namespace/package errors, just build the project(not the entire solution) a few times, and NuGet should download them. \ No newline at end of file