From 964eb1dbbd82e86b4cf8458c823fec3cc4c3d5ed Mon Sep 17 00:00:00 2001 From: blob42 Date: Mon, 16 Sep 2024 13:57:28 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1bcab..7ea85ad 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ example configuration that uses two profiles: ```toml [[profiles]] pattern = "bar" -matching { name = "bar" } +matching = { name = "bar" } [[profiles.commands]] condition = {not_seen = "5s"}