We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acab9fa commit b63bb35Copy full SHA for b63bb35
README.md
@@ -2,6 +2,24 @@
2
3
Async, event-driven and UTF-8 aware standard console input & output (STDIN, STDOUT) for React PHP
4
5
+**Table of Contents**
6
+
7
+* [Quickstart example](#quickstart-example)
8
+* [Usage](#usage)
9
+ * [Stdio](#stdio)
10
+ * [Output](#output)
11
+ * [Input](#input)
12
+ * [Readline](#readline)
13
+ * [Prompt](#prompt)
14
+ * [Echo](#echo)
15
+ * [Input buffer](#input-buffer)
16
+ * [Cursor](#cursor)
17
+ * [Advanced](#advanced)
18
+ * [Stdout](#stdout)
19
+ * [Stdin](#stdin)
20
+* [Install](#install)
21
+* [License](#license)
22
23
> Note: This project is in beta stage! Feel free to report any issues you encounter.
24
25
## Quickstart example
0 commit comments