From da339d197f014dc3924acd9fc2970fac382a49ad Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Tue, 24 Sep 2024 21:11:53 -0400 Subject: [PATCH] docs: readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7617c27..6516734 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # pubsub -pubsub over ssh +A generic pubsub implementation for Go. + +## pubsub over ssh The simplest pubsub system for everyday automation needs. +Using `wish` we can integrate our pubsub system into an SSH app. + [![asciicast](https://asciinema.org/a/674287.svg)](https://asciinema.org/a/674287) ```bash