From 4e94883441cb7ef8f1db66fc078c2f3a63a91dec Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 21 Jan 2025 20:25:17 -0500 Subject: [PATCH] Edit README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9501eac..d069080 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ dust -d example.ds ```text ╭──────────────────────────────────────────────────────────────────────────────────╮ -│ example.ds │ +│ example.ds <---- file name │ │ │ -│ let mut i = 0; while i < 10 { i += 1 }; │ +│ let mut i = 0; while i < 10 { i += 1 }; <---- source code │ │ │ -│ 6 instructions, 4 constants, 1 locals, returns none │ +│ 6 instructions, 4 constants, 1 locals, returns none <---- summary │ │ │ │ Instructions │ │ ╭─────┬────────────┬─────────────────┬─────────────────────────────────────────╮ │