diff --git a/projects/ratchet/README.md b/projects/ratchet/README.md
index 1b101cc..61198c2 100644
--- a/projects/ratchet/README.md
+++ b/projects/ratchet/README.md
@@ -10,12 +10,10 @@ Ratchet provides tools for implementing _durable_ messaging, event and request/r
 
 By _durable_, we mean that an acceptably performant commit log is used to record all signals and any changes to their states.
 
-The decision to adopt an architectural commit log such as that implemented in Ratchet enables the components of a system to be more failure oblivious and pushes the overall system towards monotone or ratcheted behavior. If state was committed prior to a failure, it can easily be recovered. If state was not committed,
+The decision to adopt an architectural commit log such as that implemented in Ratchet enables the components of a system to be more failure oblivious and pushes the overall system towards monotone or ratcheted behavior. If state was committed prior to a failure, it can easily be recovered. If state was not committed, well nothing happened.
+
 
-In a
 
 ## License
 
-Mirrored from https://git.arrdem.com/arrdem/ratchet
-
 Published under the MIT license. See [LICENSE.md](LICENSE.md)