diff --git a/README.MD b/README.MD
deleted file mode 100644
index ec67e8d761eff8ac104e9efdbfcac0d0e2075e0d..0000000000000000000000000000000000000000
--- a/README.MD
+++ /dev/null
@@ -1,6 +0,0 @@
-# ROADMAP
-[x] RAID{10,1,6,10}
-[] RAID implementations in ZFS
-[] Cache systems in ZFS
-___
-[] ZFS for DB or lvm+ext4
diff --git a/ZFS-RAIDs.md b/ZFS-RAIDs.md
index e922bfcc3b2bcde219b4890405fbc5b315b74838..c2d0911249fda98fcb6e1f5fd3ebb32a7cd79592 100644
--- a/ZFS-RAIDs.md
+++ b/ZFS-RAIDs.md
@@ -1,6 +1,13 @@
 # Useful RAIDs with ZFS
 **R**edundant **A**rray of **I**ndependent **D**isks
 
+## ROADMAP
+- [x] RAID{10,1,6,10}
+- [] RAID implementations in ZFS
+- [] Cache systems in ZFS
+___
+- [] ZFS for DB or lvm+ext4
+
 ## Some recorrent terms when defining a RAID system:
 **PARITY** 
 :   Refers to *parity bit*, it's a bit added to a string that says if the sum of bits in the string is even/odd, it's a simple form of error checking. Commonly the parity bit is added in the end of each byte (8 bits).