File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
5672The ` createClient($url = null) ` method can be used to create a new ` Client ` .
5773It helps with constructing a ` Browser ` object for the given remote URL.
5874
You can’t perform that action at this time.
0 commit comments