From 1983dd8361236a5bd6f7a96b6b6d722266a77ecb Mon Sep 17 00:00:00 2001 From: "AmirH.Najafizadeh" Date: Mon, 20 Feb 2023 14:27:52 +0330 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 431a965..e722ef1 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,26 @@

-logo + logo

+
+

-go version -version
-version -version -version + go version + version
+ version + version + version

-Fast message broker implemented with Golang programming language.
-Using no external libraries, just internal Golang libraries. +
+ +A fast message broker implemented with Golang programming language. +Stallion is build using no external libraries, just internal Golang libraries. +You can use Stallion in order to make communication between clients with sending and +receiving events. ## Guide + - [Install Stallion](#how-to-use) - [Setup Stallion Server](#create-server-in-golang) - [Using Docker](#create-a-server-with-docker)