From c749ef810944a790f2d8b9f5c838315f5db48eb6 Mon Sep 17 00:00:00 2001 From: Misterio77 Date: Wed, 31 Mar 2021 23:14:08 -0300 Subject: [PATCH] docs: fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9a73a1..214370f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For reference, here's a couple configuration files from my [dots](https://github - [rofi](https://github.com/Misterio77/dotfiles/blob/sway/home/.config/rofi/themes/colors.rasi) On flavours configuration (`~/.config/flavours/config.toml` on Linux, can be changed with `-c`/`--config` flag or `FLAVOURS_CONFIG_FILE` environment variable): -- Optionally, set a `shell` through which your hook commands should be executed. Defaults to `sh -c '{}'`. You can make the hooks directly (pre-0.4 behaviour) by setting it to just `{}`. +- Optionally, set a `shell` through which your hook commands should be executed. Defaults to `sh -c '{}'`. You can make the hooks run directly (pre-0.4 behaviour) by setting it to just `{}`. - Create a `[[item]]` section for each app, each section can have the following entries: - Specify the `file` to write (required) - A `template` (required)