From a5af8928f2ad6157e2798553fab0de399678c2cb Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sun, 30 Oct 2022 06:05:23 +0700 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5028c30..d660a38 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ target_link_libraries(your_project_target meta.hpp) - [Function](./manuals/meta_examples/function_example.cpp) - [Member](./manuals/meta_examples/member_example.cpp) - [Method](./manuals/meta_examples/method_example.cpp) +- [Scopes](./manuals/meta_examples/scopes_example.cpp) - [Variable](./manuals/meta_examples/variable_example.cpp) ## Features