Fixed casing of 'Ruby-EET'.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 27 Mar 2005 16:31:30 +0000 (16:31 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 27 Mar 2005 16:31:30 +0000 (16:31 +0000)
ChangeLog
README

index 7d95dc46aa07e72ca64cfba2330a72df1806ab07..f0df52e08a3c43f1a2664d1f0f8feeb1024338b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 --
-$Id: ChangeLog 10 2005-03-27 15:49:34Z tilman $
+$Id: ChangeLog 12 2005-03-27 16:31:30Z tilman $
 ++
 
+2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
+        * README: Fixed casing of "Ruby-EET"
+
 2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
         * Released version 0.1.0
 
diff --git a/README b/README
index 15eeb3d5820dcad4d6c1fb17a0fd4d896d293a5e..fd3124b27fb48ced0e15b715b77383dfac3c7cca 100644 (file)
--- a/README
+++ b/README
@@ -1,27 +1,27 @@
 --
-$Id: README 9 2005-03-27 15:30:41Z tilman $
+$Id: README 12 2005-03-27 16:31:30Z tilman $
 ++
 
-= ruby-eet -- Ruby bindings for EET
+= Ruby-EET -- Ruby bindings for EET
 
-ruby-eet allows you to read and write EET[http://enlightenment.org] files
+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:
+Ruby-EET is maintained by:
 
 :include: AUTHORS
 
 == License
 
-ruby-eet is available under an MIT-style license.
+Ruby-EET is available under an MIT-style license.
 
 :include: COPYING
 
 == Download
 
-The latest version of ruby-eet can be found at
+The latest version of Ruby-EET can be found at
 http://code-monkey.de/projects/ruby-efl.html
 
 Online documentation is available at
@@ -29,12 +29,12 @@ http://code-monkey.de/docs/ruby-eet
 
 == Dependencies
 
-ruby-eet depends on Rake[http://rake.rubyforge.org] 0.5.0 or greater
+Ruby-EET depends on Rake[http://rake.rubyforge.org] 0.5.0 or greater
 and EET[http://www.enlightenment.org].
 
 == Installation
 
-Run "rake install" to install ruby-eet.
+Run "rake install" to install Ruby-EET.
 
 == Usage
 
@@ -53,7 +53,7 @@ Eet::File#write_image.
 
 === Serializing objects
 
-ruby-eet also supports the serialization of objects which uses the same
+Ruby-EET also supports the serialization of objects which uses the same
 format as the C API uses for its EET data descriptors.
 At the time of this writing, deserialization, i.e. read support, isn't
 implemented yet, though.