From 40162735c27c5d8ba554a37e59b9358baf96c0cb Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 3 Jan 2022 05:21:20 +0100 Subject: [PATCH] README: enhance the TOC ... and correct it. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f68c66..3180f5c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ PHPUnit Polyfills Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests. * [Requirements](#requirements) - - [Autoloading](#autoloading) * [Installation](#installation) + - [Autoloading](#autoloading) * [Why use the PHPUnit Polyfills?](#why-use-the-phpunit-polyfills) * [Using this library](#using-this-library) + - [Supported ways of calling the assertions](#supported-ways-of-calling-the-assertions) + - [Use with PHPUnit < 5.7.0](#use-with-phpunit--570) * [Features](#features) - [Polyfill traits](#polyfill-traits) - [Helper traits](#helper-traits)