Skip to content

Commit 10b8f6a

Browse files
committed
Add TOC
1 parent fd4e211 commit 10b8f6a

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,21 @@ execute arbitrary commands within isolated containers, stop running containers a
2020
* **Good test coverage** -
2121
Comes with an automated tests suite and is regularly tested in the *real world*
2222

23-
> Note: This project is in beta stage! Feel free to report any issues you encounter.
23+
**Table of contents**
24+
25+
* [Quickstart example](#quickstart-example)
26+
* [Usage](#usage)
27+
* [Factory](#factory)
28+
* [createClient()](#createclient)
29+
* [Client](#client)
30+
* [Commands](#commands)
31+
* [Promises](#promises)
32+
* [Blocking](#blocking)
33+
* [TAR streaming](#tar-streaming)
34+
* [JSON streaming](#json-streaming)
35+
* [JsonProgressException](#jsonprogressexception)
36+
* [Install](#install)
37+
* [License](#license)
2438

2539
## Quickstart example
2640

@@ -53,6 +67,8 @@ $loop = React\EventLoop\Factory::create();
5367
$factory = new Factory($loop);
5468
```
5569

70+
#### createClient()
71+
5672
The `createClient($url = null)` method can be used to create a new `Client`.
5773
It helps with constructing a `Browser` object for the given remote URL.
5874

0 commit comments

Comments
 (0)