README: better title "Other mal projects"
authorJoel Martin <github@martintribe.org>
Tue, 19 Feb 2019 16:54:04 +0000 (10:54 -0600)
committerJoel Martin <github@martintribe.org>
Tue, 19 Feb 2019 16:54:04 +0000 (10:54 -0600)
README.md

index 98bb11f..7372b45 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1194,7 +1194,7 @@ The following implementations are maintained as separate projects:
 * [by vi](https://github.com/vi/mal-rust-vi) - using [Pest](https://pest.rs/) grammar, not using typical Mal infrastructure (cargo-ized steps and built-in converted tests).
 
 
-## Other mal Related Projects
+## Other mal Projects
 
  * [malc](https://github.com/dubek/malc) - Mal (Make A Lisp) compiler. Compiles a Mal program to LLVM assembly language, then binary.
  * [malcc](https://git.sr.ht/~tim/malcc) - malcc is an incremental compiler implementation for the Mal language. It uses the Tiny C Compiler as the compiler backend and has full support for the Mal language, including macros, tail-call elimination, and even run-time eval.