From beac29f3d937b7737f5ce2dbbdd54b72f4257d0c Mon Sep 17 00:00:00 2001 From: shane Date: Wed, 5 Apr 2023 11:08:28 -0500 Subject: [PATCH] Fix typo in README- 'codeburg' => 'codeberg' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6d7c9..255d6dc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ us as desired. 1. Clone toolchain as a git submodule somewhere in your project ``` - git submodule add https://codeburg.org/distrust/toolchain src/toolchain + git submodule add https://codeberg.org/distrust/toolchain src/toolchain ``` 2. Include toolchain Makefile in your root Makefile