diff --git a/Mixins/FailoverManager/FailoverManager.projitems b/Mixins/FailoverManager/FailoverManager.projitems
index 2083cbc..5f8459d 100644
--- a/Mixins/FailoverManager/FailoverManager.projitems
+++ b/Mixins/FailoverManager/FailoverManager.projitems
@@ -6,7 +6,6 @@
8a3cdcc5-4b55-4d87-a415-698a0e1ff06f
-
diff --git a/Mixins/FailoverManager/FailoverManager.shproj b/Mixins/FailoverManager/FailoverManager.shproj
index b544a9d..ac3455a 100644
--- a/Mixins/FailoverManager/FailoverManager.shproj
+++ b/Mixins/FailoverManager/FailoverManager.shproj
@@ -15,5 +15,6 @@
bin\Release\
+
diff --git a/Mixins/FailoverManager/readme.md b/Mixins/FailoverManager/readme.md
index fcd8e2f..d332124 100644
--- a/Mixins/FailoverManager/readme.md
+++ b/Mixins/FailoverManager/readme.md
@@ -4,7 +4,7 @@ This mixin allows multiple Programmable Blocks to coordinate with each other so
## Prerequisites
-* Everything assumes you're using [MDK2](TODO). Using this without MDK is possible, but is outside the scope of this documentation. (You probably just need to copy everything inside the `partial class Program` block for each mixin you're using into your own script, but I can't guarantee support for problems you encounter)
+* This is a mixin for [MDK2](TODO). If you aren't using MDK2, see usage instructions [here](TODO).
* This requires my Console mixin as well. If you don't want to use that mixin's full functionality, you can use an EchoConsole (example below).
* If you aren't using MyIni to configure your script's blocks, you can also just pass `new MyIni()` and avoid instantiating an entire property.