Skip to content

Commit 9a6c2b9

Browse files
committed
Add all sections to TOC
1 parent d431fa7 commit 9a6c2b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@ For the code of the current stable 0.4.x release, checkout the
1818

1919
* [Quickstart example](#quickstart-example)
2020
* [Usage](#usage)
21+
* [Factory](#factory)
2122
* [Loop implementations](#loop-implementations)
23+
* [addtimer()](#addtimer)
24+
* [addPeriodicTimer()](#addperiodictimer)
25+
* [cancelTimer()](#canceltimer)
26+
* [isTimerActive()](#istimeractive)
27+
* [futureTick()](#futuretick)
28+
* [addSignal()](#addsignal)
29+
* [removeSignal()](#removesignal)
30+
* [addReadStream()](#addreadstream)
31+
* [addWriteStream()](#addwritestream)
32+
* [removeReadStream()](#removereadstream)
33+
* [removeWriteStream()](#removewritestream)
2234
* [Install](#install)
2335
* [Tests](#tests)
2436
* [License](#license)

0 commit comments

Comments
 (0)