From f7ed4583d86711077bcbfda083b07ed1f4753e01 Mon Sep 17 00:00:00 2001 From: neargye Date: Thu, 3 Oct 2019 19:39:48 +0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74dc18d..fec372d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ Header-only C++17 library provides nameof macros and functions to simply obtain ## Documentation * [Reference](doc/reference.md) -* [limitations](doc/limitations.md) +* [Limitations](doc/limitations.md) +* [Integration](#Integration) ## [Examples](example/example.cpp)