diff --git a/README.md b/README.md index b07000c..8183a8d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after - [x] 22 - Local Variables - [x] 23 - Jumping Back and Forth - [x] 24 - Calls and Functions -- [ ] 25 - Closures +- [x] 25 - Closures - [ ] 26 - Garbage Collection - [ ] 27 - Classes and Instances - [ ] 28 - Method and Initializers