From cfecbbe385a8ae29502e812985c30c4f4de8325a Mon Sep 17 00:00:00 2001 From: hushamsaeed Date: Sat, 2 May 2026 14:23:01 +0500 Subject: [PATCH] docs: align README license footer with org convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Other repos use 'MIT — see [LICENSE](./LICENSE).'; this one was just 'MIT.'. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c6dc4..160aafa 100644 --- a/README.md +++ b/README.md @@ -188,4 +188,4 @@ The DSL is also deliberately tiny — six syntactic forms, line-based, no nestin ## License -MIT. +MIT — see [LICENSE](./LICENSE).