From 5f9e9828de7e6ea7c3bf40fa3e973d7451eb84e9 Mon Sep 17 00:00:00 2001 From: Marcin Lasak Date: Tue, 16 May 2017 16:29:52 +0200 Subject: [PATCH] Change dynamic imports to dynamic import (#1980) Fix problem with anchor by changing link and changing text to section title. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 49aa78e3..48290753 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ For the documentation of the latest **stable** release, [visit here](https://git - [With ``](#with-link-1) - [Imperatively](#imperatively-1) - [Custom server and routing](#custom-server-and-routing) - - [Dynamic Imports](#dynamic-imports) + - [Dynamic Import](#dynamic-import) - [Custom ``](#custom-document) - [Custom error handling](#custom-error-handling) - [Custom configuration](#custom-configuration)