From 757577240b005f897053c0127c2d42044cc4dff6 Mon Sep 17 00:00:00 2001 From: Jay Churchill <102625530+rtificr@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:30:05 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cf5974..2789c1d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ BS is a general purpose Gradually typed language which can and should be used fo [Watch the talk, recorded at SkillsMatter](https://skillsmatter.com/skillscasts/6088-the-worst-programming-language-ever) -##Example program +## Example program #define /^my (.*?) thing:$/class \1:/ my Greeter thing: @@ -26,7 +26,7 @@ BS is a general purpose Gradually typed language which can and should be used fo echo €thing, « », €this->name, BS::EOL; Delete €thing; -##Language Features +## Language Features * Significant whitespace * Significant formatting