about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 2f6db8e..db19fff 100644
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ write to the same databases used by Samba!
 == Features
 
 * Concurrent reader and writer processes may safely operate on the
-  same file.  This is great for MRI 1.8 and 1.9 where multi-core
-  performance is easiest to achieve with processes and not threads.
+  same file.  This is great for MRI where multi-core performance
+  is easiest to achieve with processes and not threads.
 
 * Fork-safe, you may fork and share the same TDB object in your parent
   and child processes.