From 8029a12f13db6caa40d4ac6a09a547053114b307 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Fri, 29 Apr 2022 20:44:46 -0400 Subject: [PATCH] Update URL for releases after rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6cd4b6..0255517 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pre-alpha, still under active development. See [the ludus-spec repo for progress * Have Clojure and Leiningen installed. - On a Mac: `brew install clojure leiningen` * `lein run {script}`, it runs your script. -* Alternately, download a binary on the [releases page](https://github.com/thinking-with-computers/cludus/releases). +* Alternately, download a binary on the [releases page](https://github.com/thinking-with-computers/ludus/releases). ### `Hello, world!` Ludus is a scripting language. At current it does not have a REPL (our aim is to get interactive coding absolutely correct).