diff --git a/README.md b/README.md
index 0eb04e4..6c5ecf9 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,18 @@ And so they form a single vine.
Greet them as we have before.
Watch the nibblers spin and snap.
```
+
+# Roman Numerals (WIP)
+Converts numbers between Roman Numerls and Arabic Numerals
+### Example:
+```
+# Currently no Arabic -> Roman support
+$ cargo run
+input: MMXXV
+output: 2025
+```
+TO DO: Functionality to convert Arabic to Roman, currently only does Roman to Arabic :)
+
# Snake (WIP)
Classic Snake game
TO DO: all of it...