Skip to content

Commit d178307

Browse files
authored
Update demo code link in README.md
1 parent 90fb07f commit d178307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ if (err == rtl::error::None && ret.canViewAs<std::string>()) {
138138
std::string nameStr = ret.view<std::string>()->get(); // Safely view the returned std::string.
139139
}
140140
```
141+
**[Explore the demo code here](https://github.com/ReflectCxx/RTL-Demo)**
142+
141143
### How RTL Fits Together
142144

143145
At a high level, every registered C++ type is encapsulated as an `rtl::Record`. Callable entities (functions, member functions and constructors) are materialized through `rtl::Function`, `rtl::Method` and `rtl::Record`, all of which are discoverable via `rtl::CxxMirror`.
144146

145147
👉 Deep Dive
146148

147-
**[Explore the demo code here](https://github.com/ReflectCxx/RTL-Demo)**
148-
149149
[![Design Traits](https://img.shields.io/badge/Doc-Design%20Traits-blue)](./docs/DESIGN_PRINCIPLES_AND_FEATURES.md)
150150
&nbsp;
151151
[![RTL Syntax & Semantics](https://img.shields.io/badge/Doc-Syntax_&_Semantics-blueviolet)](./docs/RTL_SYNTAX_AND_SEMANTICS.md)

0 commit comments

Comments
 (0)