From 26e3451e6123aff9e40c8465d5d7d013ba2a2724 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 14 May 2018 02:26:56 +0200 Subject: [PATCH] docs: add a TOC to the README (#618) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1597536..e608a77 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-p [phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock) and an [event loop](http://sabre.io/event/loop/) for concurrency. +**Table of Contents** + - [Features](#features) + - [Performance](#performance) + - [Versioning](#versioning) + - [Installation](#installation) + - [Running](#running) + - [Used by](#used-by) + - [Contributing](#contributing) + + ## Features ### [Completion](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_completion)