diff --git a/README.md b/README.md
index fcd063af3ebfab1139cfce2ebcc16b42e9c88736..0a1afafc718a6e58fd58c7c7550f1ee746066ba3 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Practical assigment:
   - Expressions (includig function calls)
   - Primitive types (boolean, i32) and their literals
   - Explicit types everywhere
+  - Explicit return(s)
 
 - Begin writing a parser for expressions in Rust using `nom` (parser combinator library)