diff --git a/ZFS-RAIDs.md b/ZFS-RAIDs.md
index 69896f652756d06f2cb913fd71644074302b1b79..4e296a50ca3529c3b4ad55c8ba50e5a1924f5083 100644
--- a/ZFS-RAIDs.md
+++ b/ZFS-RAIDs.md
@@ -75,5 +75,7 @@ It's important to know that a RAID0 and RAID1 requires at least two disks, and a
 
 ## Cache in ZFS
 ### Read caching:
-- ARC (**A**daptive **R**placement **C**ache) |=| Simple RAM cache.
-- L2ARC (**L**evel **2** **ARC**) |=| Adds SSDs in cache flow so oldest data removed from RAM gets on a faster device than hard drives.
+- ARC (**A**daptive **R**placement **C**ache)
+Simple RAM cache.
+- L2ARC (**L**evel **2** **ARC**)
+Adds SSDs in cache flow so oldest data removed from RAM gets on a faster device than hard drives.