diff --git a/storage-net/README.md b/storage-net/README.md
index 6bbb08a..cdac29a 100644
--- a/storage-net/README.md
+++ b/storage-net/README.md
@@ -50,8 +50,8 @@ Packet format is uniform between master <-> slaves and is structured like so:
 
 * The slave starts up
 * The slave receives a `ping` packet from a master server. The slave compares it to any stored `/pairednetwork` file in the root of the filesystem:
- * If the file exists and the ID does not match, processing is halted
- * The `networkid` of the packet is stored as `/pairednetwork`
+  * If the file exists and the ID does not match, processing is halted
+  * The `networkid` of the packet is stored as `/pairednetwork`
 * The slave responds with a `pong` packet.
 
 ### Master Node Initialization
@@ -67,7 +67,7 @@ Packet format is uniform between master <-> slaves and is structured like so:
 * All available slaves respond with `pong`
 * The sender node sends a packet with type `query`. Field `itemname` is populated with an item to query for.
 * Each available slave responds with type `query`.
- * `itemname` is populated with data from the previous packet
- * `itemquantity` is populated with the quantity of that item attached to storages the slave has access to.
+  * `itemname` is populated with data from the previous packet
+  * `itemquantity` is populated with the quantity of that item attached to storages the slave has access to.
 * The requester waits for a response from each slave that responded to the `ping` or until a configurable timeout is reached.
 * Results are consumed