From 4a95caabf15db0beeaceea09d1fb4b0964b119c9 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Mon, 1 Jul 2024 19:58:18 +0200
Subject: Fix style

---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 8895385..c00a5d9 100644
--- a/README
+++ b/README
@@ -104,7 +104,7 @@ The build script also accepts some subcommands.  They are as follows:
 
         REALLY_BIG :: 123'456'789'876'543'210;
 
-        pub MyFunc :: () int {
+        pub my_func :: () int {
             return BAR;
         }
 
@@ -129,7 +129,7 @@ The build script also accepts some subcommands.  They are as follows:
            in any order.  This lets us define Inner *after* it gets
            called by the assignment to ‘x’. */
         outer :: () {
-            x := Inner(5);
+            x := inner(5);
 
             inner :: (x: int) int {
                 return x;
-- 
cgit v1.2.3