diff --git a/hash_objects/README.md b/hash_objects/README.md
index a3f05f5..c90692b 100644
--- a/hash_objects/README.md
+++ b/hash_objects/README.md
@@ -1,9 +1,5 @@
## hash objects
-
-
-
-### hash objects
@@ -17,10 +13,11 @@
-
-#### notes on keys
+----
+
+### notes on keys
@@ -31,7 +28,9 @@
-#### implementing a hash set
+---
+
+### implementing a hash set
@@ -55,7 +54,9 @@
-#### buckets as linked lists
+----
+
+### buckets as linked lists
@@ -66,7 +67,9 @@
-#### buckets as binary search trees
+---
+
+### buckets as binary search trees
@@ -76,8 +79,9 @@
+----
-#### implementing a hash map
+### implementing a hash map