hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 3b6e25449560a085d2242d70ca83121f0e9deefc
parent 6c7de0b7c735f55856a74cd50f4511c467a0af8c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri,  9 Apr 2021 08:33:11 -0400

README.md: correct typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -80,5 +80,5 @@ The Hare specification is licensed much more strictly: CC-BY-ND. This license allows free redistribution of the document, but prohibits derivative works entirely. The purpose is to prevent the proliferation of vendor extensions to the language itself. However, these terms only apply to the specification -itself: if you use the specification write an implementation of the Hare +itself: if you use the specification to write an implementation of the Hare language, you are not restricted in how you license your work.