From 29e4faac03fe8f1f842eed28fdc8980e13ad0d6d Mon Sep 17 00:00:00 2001 From: Sebastiaan Luca Date: Thu, 17 Mar 2022 12:52:30 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1885379..2675269 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Method chaining (or fluent expressions) **for any value using any method.** - [How to install](#how-to-install) - [How to use](#how-to-use) - [The basics](#the-basics) - - [Using first class callable syntax](#using-first-class-callable-syntax-enabling-ide-autocompletion) + - [Using first class callable syntax (enabling IDE autocompletion)](#using-first-class-callable-syntax-enabling-ide-autocompletion) - [Using closures](#using-closures) - [Using class methods](#using-class-methods) - [What does it solve?](#what-does-it-solve)