From 3e6e89080836f05c63d0f053b424f2a5c809ef8b Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Mon, 21 Nov 2016 17:44:46 +0200 Subject: [PATCH] fix indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1340c9..07a72fb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To use this library you might need to have the latest git versions of [ESP8266]( - [Setup Event Source on the server](#setup-event-source-on-the-server) - [Setup Event Source in the browser](#setup-event-source-in-the-browser) - [Scanning for available WiFi Networks](#scanning-for-available-wifi-networks) - - [Remove handlers and rewrites](#remove-handlers-and-rewrites) + - [Remove handlers and rewrites](#remove-handlers-and-rewrites) - [Setting up the server](#setting-up-the-server) - [Methods for controlling websocket connections](#methods-for-controlling-websocket-connections) @@ -864,7 +864,7 @@ server.on("/scan", HTTP_GET, [](AsyncWebServerRequest *request){ }); ``` -### Remove handlers and rewrites +## Remove handlers and rewrites Server goes through handlers in same order as they were added. You can't simple add handler with same path to override them. To remove handler: