From a5bfd5b2741456215954279079dd8c82fcb313a3 Mon Sep 17 00:00:00 2001 From: Bevan Hunt Date: Sat, 20 Mar 2021 02:51:36 -0700 Subject: [PATCH] update readme --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e3a55e..38d7d17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "broker" -version = "6.0.1" +version = "6.0.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index b69f3ee..ec15ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broker" -version = "6.0.1" +version = "6.0.2" authors = ["Bevan Hunt "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 9cbbe30..86e147e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Purpose -The purpose of this library is to be your real-time BaaS (Backend as a Service). +The purpose of this service is to be your real-time BaaS (Backend as a Service). Broker is a SSE message broker that requires you write no backend code to have a full real-time API.