Parcourir la source

docs: fix instructions (#1827)

Aiden Cline il y a 1 an
Parent
commit
00b4670b8b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/web/src/content/docs/docs/config.mdx

+ 1 - 1
packages/web/src/content/docs/docs/config.mdx

@@ -318,7 +318,7 @@ Use `{file:path/to/file}` to substitute the contents of a file:
 ```json title="opencode.json"
 ```json title="opencode.json"
 {
 {
   "$schema": "https://opencode.ai/config.json",
   "$schema": "https://opencode.ai/config.json",
-  "instructions": ["{file:./custom-instructions.md}"],
+  "instructions": ["./custom-instructions.md"],
   "provider": {
   "provider": {
     "openai": {
     "openai": {
       "options": {
       "options": {