Browse Source

Update readme

Kevin Lovato 10 years ago
parent
commit
a22a52f87f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ Zebus is **peer to peer**, so it does not depend on a broker to dispatch message
 
 It is **resilient** thanks to the absence of a broker and an optional persistence feature that ensures that messages are not lost if a peer is down or disconnected.
 
-It is **stable**, since we have been using it on a production environment at [Abc Arbitrage](http://www.abc-arbitrage.com/) for more than a year. Although we did not release all the necessary bricks yet so you will have to wait a few minor versions to have a fully resilient prodable product.
+It is **stable**, since we have been using it on a production environment at [Abc Arbitrage](http://www.abc-arbitrage.com/) for more than two years. Although we did not release all the necessary bricks yet so you will have to wait a few minor versions to have a fully resilient prodable product.
 
 ## Key concepts