From 0fa67ca486a972bd2ee8837c3c2591c4909858c4 Mon Sep 17 00:00:00 2001 From: Vitaly V Date: Tue, 3 Dec 2019 15:45:30 +0300 Subject: [PATCH] fix doc anchor Fix `Custom Response Formatter / Sender` anchor for menu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1037680..686814fa 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The REST Layer framework is composed of several sub-packages: - [CORS](#cors) - [JSONP](#jsonp) - [Data Storage Handler](#data-storage-handler) -- [Custom Response Formatter / Sender](#custom-response-formatter-sender) +- [Custom Response Formatter / Sender](#custom-response-formatter--sender) - [GraphQL](#graphql) - [Hystrix](#hystrix) - [JSONSchema](#jsonschema)