mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
doc: fix grammatical errors
This commit is contained in:
parent
81c340cda8
commit
86946a8fec
1 changed files with 1 additions and 1 deletions
2
rules.md
2
rules.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue