From 525ac3aa5a41ea8428c90a27111a569b94e4abf4 Mon Sep 17 00:00:00 2001 From: Emilia Moon Date: Tue, 3 Sep 2024 14:31:58 +1200 Subject: [PATCH] Fix typo in build instructions "TuatararaTuringMachine" is not the name of the project to be cloned, updated to match project name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61631ea..f2339b2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ are needed: To compile, clone the repo and run `make`: ``` -git clone https://github.com/mitchgrout/TuatararaTuringMachine.git +git clone https://github.com/mitchgrout/TuataraTuringMachine.git cd TuataraTuringMachine make ```