Skip to content

Commit 6dfc73c

Browse files
committed
fix: slot bar documentation
1 parent d8f6de7 commit 6dfc73c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ A fully working, most feature-rich Vue.js terminal emulator. See the
99
- Simple, yet extensible API
1010
- Supports asynchronous commands
1111
- Supports fullscreen mode
12+
- Customize the terminal with slots
1213
- Provide your own parser (falls back to simple one)
1314
- Provide your own event resolver
1415
- Autocompletion resolver (with <kbd>↹</kbd>)
1516
- Browse history (with <kbd>↑</kbd>/<kbd>↓</kbd>)
1617
- Search history (with <kbd>Ctrl</kbd> + <kbd>r</kbd>) (comming soon)
17-
- Customize the terminal with slots
1818

1919
## Installation
2020

@@ -176,7 +176,7 @@ classes. Example:
176176
```vue
177177
<vue-command>
178178
<template #bar>
179-
&times; &#95; &square;
179+
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
180180
</template>
181181
</vue-command>
182182
```
@@ -310,8 +310,8 @@ inject: ["exit", "terminal"],
310310

311311
## Signals
312312

313-
You can send and receive signals like `SIGINT`, `SIGTERM` or `SIGKILL`.
314-
`SIGINT` is the only implemented signal for now. When the user presses
313+
You can send and receive signals like `SIGINT`, `SIGTERM` or `SIGKILL`. `SIGINT`
314+
is the only implemented signal for now. When the user presses
315315
<kbd>Ctrl</kbd> + <kbd>c</kbd>, you can listen to this event by providing a
316316
signal name and a callback:
317317

0 commit comments

Comments
 (0)