about summary refs log tree commit homepage
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 2e8d86b..3265b05 100644
--- a/README.txt
+++ b/README.txt
@@ -15,9 +15,8 @@ work for one implementation of malloc may not work at all for another
 implementation.
 
 Constants defined in the the malloc.h header with a "M_" prefix are
-defined without the prefix in the Mall namespace (e.g. "M_TRIM_THRESHOLD
-=> Mall::TRIM_THRESHOLD).
-
+defined without the prefix in the Mall namespace (e.g.
+M_TRIM_THRESHOLD => Mall::TRIM_THRESHOLD).
 
 == FEATURES/PROBLEMS:
 
@@ -56,6 +55,17 @@ defined without the prefix in the Mall namespace (e.g. "M_TRIM_THRESHOLD
 
 * gem install mall
 
+== SOURCE:
+
+The source code is available via git:
+
+  git://git.bogomips.org/mall.git
+  http://git.bogomips.org/mall.git
+
+cgit repository viewer:
+
+* http://git.bogomips.org/cgit/mall.git (cgit)
+
 == LICENSE:
 
 Copyright (C) 2009 Eric Wong <normalperson@yhbt.net>