From 485dbdc0e735d0c9e98ace46ab5f02941711cc4e Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 13 Mar 2017 19:27:18 +0000 Subject: [PATCH] Added link to event listeners docs --- docs/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Readme.md b/docs/Readme.md index 1d84c665..85c17b61 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -7,11 +7,12 @@ Before looking at this material be sure to read the [tutorial](tutorial.md) * [Logging macros](logging.md) * [Test cases and sections](test-cases-and-sections.md) * [Test fixtures](test-fixtures.md) -* [Command line](command-line.md) -* [Build systems](build-systems.md) * [Supplying your own main()](own-main.md) +* [Event Listeners](event-listeners.md) * [Configuration](configuration.md) * [String Conversions](tostring.md) +* [Command line](command-line.md) +* [Build systems](build-systems.md) * [Why are my tests slow to compile?](slow-compiles.md) * [Known limitations](limitations.md)