From 4917d195022dbb55452be8f4f7af21f81c9b8c87 Mon Sep 17 00:00:00 2001 From: MajorDouble Date: Fri, 21 Oct 2022 17:32:10 -0500 Subject: [PATCH] Fixed README typo changed 'stremable' to 'streamable' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55bf4e7..68d3e84 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Optionally, a standard plugin can be run on a repeatable schedule, configured in ### Streamable Swiftbar launches a separate process for each Streamable plugin, which runs indefinitely until SwiftBar is closed or a failure. -You should use Stremable plugins only when dealing with a stream of incoming events; an example could be financial market info read from a websocket or CPU load information for a remote computer. +You should use Streamable plugins only when dealing with a stream of incoming events; an example could be financial market info read from a websocket or CPU load information for a remote computer. To let SwiftBar know when to update the menu bar item, Streamable plugins must use a special line separator `~~~`. SwiftBar will reset the menu item on each occurrence of this separator.