diff --git a/README.md b/README.md index feaa8bd..e1ae123 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The language is currently **very debuggable**. It can produce readable C code wi * More examples can be found in /examples and /modules -``` c++ +``` python #import "KERNEL32.core" #import "Base.core" @@ -66,7 +66,7 @@ Vec3 :: struct ;; x: F32; y: F32; z: F32 ## Unicode conversion example -``` zig +``` odin Utf8ToUtf32 :: (c: *U8, max_advance: S64): U32, S64 out_str: U32 advance: S64