summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0ce0665..635164e 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ Join the discussion, share demos, ask questions, or report bugs in the official
- [8. Memory Management](#8-memory-management)
- [Defer](#defer)
- [Autofree](#autofree)
+ - [Resource Semantics (Move by Default)](#resource-semantics-move-by-default)
- [RAII / Drop Trait](#raii--drop-trait)
- [9. Object Oriented Programming](#9-object-oriented-programming)
- [Methods](#methods)