diff --git a/README.md b/README.md
index 919e72e..f4dbf7c 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ This project is built with
|Naive CLOX|Typed CLOX|CLOXc
|----------|----------|---------|
-✅ Basic language features
**Release: [First preview version of clox interpreter](https://github.com/SmartPolarBear/clox/releases/tag/v0.1.0)** | ✅ Extended language features (Mainly OOP)
🔄 Full test coverage 🔄 Refined REPL experience
❌ Introduce the LOX standard library | ❌ Make CLOX a static-typed language. A dynamic subset of lox will be available as well.
❌ Compile Typed-CLOX to binary executable with LLVM
❌ Complete implementation of LOX standard library |
+✅ Basic language features
**Release: [First preview version of clox interpreter](https://github.com/SmartPolarBear/clox/releases/tag/v0.1.0)** | ✅ Extended language features (Mainly OOP)
🔄 Full test coverage
🔄 Refined REPL experience
❌ Introduce the LOX standard library | ❌ Make CLOX a static-typed language. A dynamic subset of lox will be available as well.
❌ Compile Typed-CLOX to binary executable with LLVM
❌ Complete implementation of LOX standard library |
✅ Supported | 🔄 In progress | ❌ In plan