doc: fix grammatical errors

This commit is contained in:
iff 2024-11-15 20:31:35 +01:00
parent 81c340cda8
commit 86946a8fec

View file

@ -7,7 +7,7 @@ For compile-time rules, if only rules are changed, cargo won't recompile the pro
touch src/rules.rs && cargo build
```
Runtime rules should be placed at `$XDG_CONFIG_HOME/pay-respects/rules/`, for example `$HOME/.config/pay-respects/rules/cargo.toml`. The name of the runtime rule **MUST** match with the command name.
Runtime rules should be placed under `$XDG_CONFIG_HOME/pay-respects/rules/`, for example `$HOME/.config/pay-respects/rules/cargo.toml`. The name of the runtime rule **MUST** match the command name.
Syntax of a rule file:
```toml