diff --git a/README.md b/README.md
index 4ce8182..f4d1a12 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ The proxy `delegatecall`'s a previously deployed "constructor master copy" at de
Might be easier with an image. 😄
-
+
The way I am dividing a compiled Solidity contract is, very simply, by finding the first occurrence of these two bytes `f300` (`0xf3` being **RETURN** and `0x00` being **STOP**) and then considering the part before (including these bytes) the constructor bytecode and the part after the runtime bytecode. I then prepend a small constructor to each one of these to make them independently deployable to the chain.