diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-17 19:06:19 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-17 19:06:19 -0800 |
commit | 396a7ef69150ef74694e8c8a88f951bed7d01ef4 (patch) | |
tree | 8cb7626bab2c92821f689873558457f972a72cc4 | |
parent | fc83d267669876757fd10348e603cf0f9bf4c5bd (diff) | |
download | mu-396a7ef69150ef74694e8c8a88f951bed7d01ef4.tar.gz |
7265
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 04f6dceb..bbd450c9 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ Entry: ## Forks Forks of Mu are encouraged. If you don't like something about this repo, feel -free to make a fork. If you show it to me, I'll link to it here, so others can -use it. I might even pull your changes into this repo! +free to make a fork. If you show it to me, I'll link to it here. I might even +pull your changes into this repo! - [mu-normie](https://git.sr.ht/~akkartik/mu-normie): with a more standard build system that organizes the repo by header files and compilation units. |