Skip to content

Commit bdee3ec

Browse files
committed
upd
1 parent 263f1cc commit bdee3ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/manifest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,16 @@ unused-locals = "warn"
175175
unused-parameters = "warn"
176176
```
177177

178-
## Terminal applications section
178+
## Terminal section
179179

180-
Used for contributing terminal applications, installable through `zgfx termapp install`.
180+
Used for contributing terminal applications, installable through `zgfx terminal install`.
181181

182182
```toml
183-
[[terminal-application]]
183+
[[terminal]]
184184
name = "mycmd1"
185185
main-class = "src/terminal/MyCommand1.es"
186186

187-
[[terminal-application]]
187+
[[terminal]]
188188
name = "mycmd2"
189189
main-class = "src/terminal/MyCommand2.es"
190190
```

0 commit comments

Comments
 (0)