From fe3002e661517a7112230ebffdd76dc961bc6c18 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Sun, 11 May 2025 12:42:15 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919a3d5..84b38c8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Iodine is a programming language with the intention of having the most readable code possible (without getting into things like block coding or LLM's). The interpreter is written in C++. -**Iodine is NOT intended for production use at present.** If you build your mission-critical application with Bogus, good luck. Things are going to break very often. +**Iodine is NOT intended for production use at present.** If you build your mission-critical application with Iodine, good luck. Things are going to break very often. ## Compiling Iodine