Skip to content

Commit ff6af4f

Browse files
committed
Add TOC
1 parent dd4a2e6 commit ff6af4f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# clue/connection-manager-extra [![Build Status](https://travis-ci.org/clue/php-connection-manager-extra.svg?branch=master)](https://travis-ci.org/clue/php-connection-manager-extra)
22

3-
This project provides _extra_ (in terms of "additional", "extraordinary", "special" and "unusual") decorators
4-
built upon [react/socket-client](https://github.com/reactphp/socket-client).
3+
This project provides _extra_ (in terms of "additional", "extraordinary", "special" and "unusual") decorators,
4+
built on top of [ReactPHP's SocketClient](https://github.com/reactphp/socket-client).
5+
6+
**Table of Contents**
7+
8+
* [Introduction](#introduction)
9+
* [Usage](#usage)
10+
* [Repeat](#repeat)
11+
* [Timeout](#timeout)
12+
* [Delay](#delay)
13+
* [Reject](#reject)
14+
* [Swappable](#swappable)
15+
* [Consecutive](#consecutive)
16+
* [Random](#random)
17+
* [Concurrent](#concurrent)
18+
* [Selective](#selective)
19+
* [Install](#install)
20+
* [License](#license)
521

622
## Introduction
723

0 commit comments

Comments
 (0)