Change section header to match other examples.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 31 Mar 2020 06:17:23 +0000 (23:17 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 31 Mar 2020 06:17:23 +0000 (23:17 -0700)
examples/hello-world/README.md

index b49b706..f003d49 100644 (file)
@@ -4,7 +4,7 @@ This example starts with the `Hello, world!` example from Wikipedia's
 Whitespace page, gradually rewriting it to use the ASCII string feature of the
 VVhitespace compiler and the `printf` subroutine from the stdlib.
 
 Whitespace page, gradually rewriting it to use the ASCII string feature of the
 VVhitespace compiler and the `printf` subroutine from the stdlib.
 
-# "Hello, World!" in VVhitespace #
+# Code Commentary #
 
 Wikipedia's `Hello, World!` example is reproduced below. It follows a simple
 form, pushing an integer corresponding to an ASCII character onto the stack and
 
 Wikipedia's `Hello, World!` example is reproduced below. It follows a simple
 form, pushing an integer corresponding to an ASCII character onto the stack and