Improved project description.
[ruby-eet.git] / README
diff --git a/README b/README
index 55ce2719645ae84987d7b944202f3fa0d0ec827e..bcf45f7c9d8f03d01ffbbce3c039e714a5eca676 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
 --
-$Id: README 1 2005-03-26 01:45:38Z tilman $
+$Id: README 7 2005-03-27 01:23:15Z tilman $
 ++
 
 = ruby-eet -- Ruby bindings for EET
 
-ruby-eet allows you to dump Ruby objects to disk in the EET file format.
-Compatibility with EET Data Descriptors, as used in the C API of libeet,
+ruby-eet allows you to read and write EET files from Ruby code.
+Support for Ruby object serialization in EDD (EET Data Descriptor) format
 is given.
 
 ruby-eet is maintained by:
@@ -23,6 +23,9 @@ ruby-eet is available under an MIT-style license.
 The latest version of ruby-eet can be found at
 http://code-monkey.de/projects/ruby-efl.html
 
+Online documentation is available at
+http://code-monkey.de/docs/ruby-eet
+
 == Dependencies
 
 ruby-eet depends on Rake[http://rake.rubyforge.org] 0.5.0 or greater