Skip to content

Commit b6bb34d

Browse files
committed
docs: fix programs type
1 parent f993e15 commit b6bb34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ inject: ["exit", "terminal"],
297297
| `dispatch` | `Function` | `query` |
298298
| `exit` | `Function` | |
299299
| `incrementHistory` | `Function` | |
300-
| `programs` | `Function` | |
300+
| `programs` | `Array` | |
301301
| `sendSignal` | `Function` | `signal` |
302302
| `setCursorPosition` | `Function` | `cursorPosition` |
303303
| `setFullscreen` | `Function` | `isFullscreen` |

0 commit comments

Comments
 (0)