summaryrefslogtreecommitdiffstats
path: root/development/chicken/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/chicken/README')
-rw-r--r--development/chicken/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/chicken/README b/development/chicken/README
index 727a9401f1..48910f01c1 100644
--- a/development/chicken/README
+++ b/development/chicken/README
@@ -1,4 +1,4 @@
-chicken is a compiler that translates Scheme source files into C,
+Chicken is a compiler that translates Scheme source files into C,
which in turn can be fed to a C compiler to generate a standalone
executable. An interpreter is also available and can be used as a
scripting environment or for test programs before compilation.