update readme

This commit is contained in:
Bevan Hunt 2021-03-20 02:51:36 -07:00
parent 884bd1124e
commit a5bfd5b274
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -451,7 +451,7 @@ dependencies = [
[[package]]
name = "broker"
version = "6.0.1"
version = "6.0.2"
dependencies = [
"anyhow",
"async-std",

View File

@ -1,6 +1,6 @@
[package]
name = "broker"
version = "6.0.1"
version = "6.0.2"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"

View File

@ -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.