diff --git a/README.md b/README.md index 81e642d..38dfb80 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ [](https://stomp.github.io/index.html) -**STOMP** stands for *Simple Text Oriented Messaging Protocol* +_**S**imple **T**ext **O**riented **M**essaging **P**rotocol_ + ## STOMP Protocol Implementation in Golang (with interactive CLI) [![Go Reference](https://pkg.go.dev/badge/github.com/tjs-w/go-proto-stomp/.svg)](https://pkg.go.dev/github.com/tjs-w/go-proto-stomp/) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tjs-w/go-proto-stomp)](https://github.com/tjs-w/go-proto-stomp/releases/latest) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/tjs-w/go-proto-stomp) Includes: 1. `stomper`: Interactive CLI for STOMP Client @@ -95,6 +97,8 @@ header = header-name ":" header-value header-name = 1* header-value = * ``` +_#stomp #protocol #broker #server #client #cli_ + ## License MIT License