From 1300c42a09cc2bbdb8aaddc485e3683cdce42579 Mon Sep 17 00:00:00 2001 From: Patrick MARIE Date: Sun, 1 Sep 2024 11:52:45 +0200 Subject: [PATCH] docs: updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515100f..4bc5fba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after - [x] 25 - Closures - [x] 26 - Garbage Collection - [x] 27 - Classes and Instances -- [ ] 28 - Method and Initializers +- [x] 28 - Method and Initializers - [ ] 29 - Superclasses - [ ] 30 - Optimization