From 8a88b2204a9b3e8530d49cd084555f4eba685469 Mon Sep 17 00:00:00 2001 From: Alex Mazanov Date: Fri, 29 Oct 2021 13:38:11 -0400 Subject: [PATCH] Fixnig typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8e79d8..49c2e03 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ For binary plugins metadata can be added as an extended file attribute: ## Plugin Types ### Standard (default) -For Standard type of plugins, SwidtBar expects that plugin execution is finite, i.e., plugin runs and exits with output to stdout: +For Standard type of plugins, SwiftBar expects that plugin execution is finite, i.e., plugin runs and exits with output to stdout: - exit with code 0 and non-empty stdout - menu bar is built from the output - exit with code 0 and empty stdout - nothing in the menu bar