docs: fix incorrect configuration instructions in runtime-mode.md (#221)

/kind documentation
Closes #220

```release-note
None
```
JohnNiang-patch-1
Simple 2 years ago committed by GitHub
parent 9daf914879
commit e7cce8f366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ halo:
```yaml ```yaml
halo: halo:
plugin: plugin:
runtime-mode: deployment runtime-mode: development
fixed-plugin-path: fixed-plugin-path:
- /path/to/your/plugin/plugin-starter - /path/to/your/plugin/plugin-starter
``` ```

@ -25,7 +25,7 @@ halo:
```yaml ```yaml
halo: halo:
plugin: plugin:
runtime-mode: deployment runtime-mode: development
fixed-plugin-path: fixed-plugin-path:
- /path/to/your/plugin/plugin-starter - /path/to/your/plugin/plugin-starter
``` ```

Loading…
Cancel
Save