diff --git a/README.md b/README.md
index e69ec45..d815ae7 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ For instance a 4MBit (512Kbyte) flash chip will have 2048 pages: 256*2048 = 5242
Minimal modifications should allow chips that have different page size to work.
DEPENDS ON: Arduino *SPI library*.
-This library was primarily developed to enable **safe** wireless programming on Moteino nodes and Moteino based applications such as the SwitchMote. This has been documented at (lowpowerlab)[http://lowpowerlab.com/blog/category/moteino/wireless-programming/].
+This library was primarily developed to enable **safe** wireless programming on Moteino nodes and Moteino based applications such as the SwitchMote. This has been documented at (lowpowerlab)[http://lowpowerlab.com/blog/category/moteino/wireless-programming/]. (Dualoptiboot)[https://github.com/LowPowerLab/DualOptiboot] (all Moteinos come with it) and (WirelessProgramming library)[https://github.com/LowPowerLab/WirelessProgramming] are required to be able to wirelessly re-flash a remote Moteino.
###Installation
Copy the content of this library in the "Arduino/libraries/SPIFlash" folder.