Skip to content

Commit b6f660f

Browse files
authored
Update README.md
1 parent 963fc74 commit b6f660f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ if(cToStr) { // Functor valid?
3232
3333
## Design Highlights
3434

35-
* ***Zero-Overhead by Design*** – Reflection metadata is registered and resolved lazily. You only pay for what you actually use.
35+
* **Zero-Overhead by Design** – Reflection metadata is registered and resolved lazily. You only pay for what you actually use.
3636

37-
* ***Non-Intrusive & Macro-Free*** – No macros, base classes, or intrusive user-type annotations required.
37+
* **Non-Intrusive & Macro-Free** – No macros, base classes, or intrusive user-type annotations required.
3838

39-
* ***Performance*** – Reflective calls are on par with `std::function`, and can be even faster when argument and return types are fully specified.
39+
* **Performance** – Reflective calls are on par with `std::function`, and can be even faster when argument and return types are fully specified.
4040

4141
See the [Performance Summary](docs/benchmark_summary.md) for benchmark details.
4242

0 commit comments

Comments
 (0)