aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-23 23:07:16 -0500
committerJoel Martin <github@martintribe.org>2014-04-23 23:07:16 -0500
commit9b1563a3fb98f04c8280a8840b7dce4f3549234d (patch)
treefb45262588a9a120780a7009d0114ad85ca6dc23
parent592eb5cfb91c2d072967d8b90d8c8b061f434403 (diff)
downloadmal-9b1563a3fb98f04c8280a8840b7dce4f3549234d.tar.gz
mal-9b1563a3fb98f04c8280a8840b7dce4f3549234d.zip
README: fix c# header, specify perl 5.8
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9c1ee28..01e8153 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ make
./stepX_YYY
```
-### C#
+### C# ###
The C# implementation of mal has been tested on Linux using the Mono
C# compiler (mcs) and the Mono runtime (version 2.10.8.1). Both are
@@ -122,7 +122,7 @@ cd make
make -f stepX_YYY.mk
```
-### Perl 5
+### Perl 5.8
For readline line editing support, install Term::ReadLine::Perl or
Term::ReadLine::Gnu from CPAN.