Skip to content

Commit e2c04e7

Browse files
committed
Removed errant references to mdc files.
1 parent 86f8c99 commit e2c04e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Prompts can use variables like `$ARGS`, `$ARG1`, `ARG2`, to replace in the promp
104104
## Rules
105105

106106
Rules are contexts that are passed to the LLM during a prompt and are useful to tune prompts or LLM behavior.
107-
Rules are text files (typically `.md` or `.mdc`, but any format works) with the following
107+
Rules are text files (typically `.md`, but any format works) with the following
108108
optional metadata:
109109

110110
- `description`: a description used by LLM to decide whether to include this rule in context, absent means always include this rule.
@@ -129,7 +129,7 @@ There are 3 possible ways to configure rules following this order of priority:
129129

130130
A `$XDG_CONFIG_HOME/eca/rules` or `~/.config/eca/rules` folder containing `.md` files with the rules.
131131

132-
`~/.config/eca/rules/talk_funny.mdc`
132+
`~/.config/eca/rules/talk_funny.md`
133133
```markdown
134134
---
135135
description: Use when responding anything

0 commit comments

Comments
 (0)