Added a link to enlightenment.org to the description.
[ruby-eet.git] / README
diff --git a/README b/README
index 55ce2719645ae84987d7b944202f3fa0d0ec827e..15eeb3d5820dcad4d6c1fb17a0fd4d896d293a5e 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,12 @@
 --
-$Id: README 1 2005-03-26 01:45:38Z tilman $
+$Id: README 9 2005-03-27 15:30:41Z 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[http://enlightenment.org] files
+from Ruby code.
+Support for Ruby object serialization in EDD (EET Data Descriptor) format
 is given.
 
 ruby-eet is maintained by:
@@ -23,6 +24,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