From bc27f1e88221edf179fe323c90427ba864acee03 Mon Sep 17 00:00:00 2001 From: iff Date: Sun, 6 Aug 2023 02:27:02 +0200 Subject: [PATCH] doc: clarify TOML evaluation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a759bf..60bb976 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Typed a wrong command? Pay Respects will try to correct your wrong console command by simply pressing `F`! - 🚀 **Blazing fast suggestion**: You won't notice any delay for asking suggestions! -- âœī¸ **Easy to write rules**: You don't need to know Rust. The rules are written in a TOML file that is simple to work with! +- âœī¸ **Easy to write rules**: You don't need to know Rust. The rules are written in a TOML file that is simple to work with and evaluated to Rust code upon compilation! - đŸĒļ **Tiny binary size**: Not even 1MB! ![example-sudo-echo-write](img/example-sudo-echo-write.png)