diff --git a/README.md b/README.md
index 01e56f2..5384dec 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
+*For the feature complete version 1, [click here](https://github.com/Ratstail91/Toy/tree/v1).*
+
-# Toy
+# Toy v2.x
The Toy programming language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host’s developer and end users, achieved by exposing program logic through text files.