From ddd91e389e37ddb038575be38372e28024996ddd Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 19 Oct 2024 20:20:17 +1100 Subject: [PATCH] Tweaked README blurb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8cbc1..9d6d85f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Toy v2.x -The Toy programming language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host’s developer and end users, achieved by exposing program logic through text files. +The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through text files. This repository holds the reference implementation for Toy version 2.x, written in C.