Skip to content

Commit

Permalink
📝 修正 README 中的示例配置
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt authored Dec 26, 2024
1 parent ad23d95 commit df92355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ basic:
plugins:
$prelude:
- ::auto_reload
~record_message: true
.record_message: {}
::auto_reload:
watch_dirs: ["."]
::echo: true
::inspect: true
::echo: {}
::inspect: {}
```
```python
Expand Down Expand Up @@ -138,7 +138,7 @@ plugins:
::auto_reload:
watch_dirs: ["."]
watch_config: false
::echo: true
::echo: {}
::help:
page_size: null
```
Expand Down

0 comments on commit df92355

Please sign in to comment.