From c2ad683c33224a836e1972df1858a151d0d56b86 Mon Sep 17 00:00:00 2001 From: Roger Zaragoza Date: Wed, 16 Nov 2016 11:33:08 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b47c2b3..e4ca1b4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ go get github.com/jaracil/nexus ##Description -Nexus is a distributed RPC system to easy deploy microservices. +Nexus is an open source messaging server designed to allow communication and synchronization between multiple distributed components. + This software is in beta state. +##Wiki + +Documentation and tutorials are found in the [wiki](https://github.com/jaracil/nexus/wiki).