From 1a3419b884ca332d63603b2ca3fa38deaea3b8a9 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:18:34 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43963eb..ad1a580 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Bus - **Independent**: has no external dependencies @@ -142,7 +144,7 @@ Inside the `test_scenarios` folder, you can find the following scenarios: send a welcoming email or a sms, or the audit system malfunctions. Simulating audit service malfunctions easy. - Instead of using `Sub`, we're using `SubUnsub` to register the listener + Instead of using `Sub`, we're using `SubCancel` to register the listener and return [`true`](https://github.com/badu/bus/blob/master/test_scenarios/fire-and-forget/audit/service.go#L36) to unsubscribe on events of that kind.