shithub: MicroHs

Download patch

ref: 51d4b25280d6de8e80a92c3966d8de301b2e66ce
parent: 294b1dc39e96e78df5960c875ebd56bc0b2df1b0
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Fri Nov 24 11:36:55 EST 2023

Minor tweak.

--- a/README.md
+++ b/README.md
@@ -176,8 +176,8 @@
 * `bin/` executables are put here
 * `generated/` this contains the (machine generated) combinator file for the compiler.
 * `lib/` this contains the `Prelude` and other base library file.
-* `src/MicroHs` the compiler source
-* `src/runtime` the runtime source
+* `src/MicroHs/` the compiler source
+* `src/runtime/` the runtime source
 * `tests/` some tests
 
 ## Runtime
--