summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
commit8ff5d7de9683d9bbe6103dd42d10aefbf2f4a021 (patch)
treeeb4fc117b3dff87a6fbc7f27d3316053d8e2bc5a /README.rdoc
parent7067bd44d5c97618ec6a968bbdfe6d6bda12a1cd (diff)
opentox-ruby gem in config.ru
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rdoc b/README.rdoc
index e337907..45cc5f6 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,4 +1,4 @@
-= opentox-ruby-api-wrapper
+= opentox-ruby
Ruby wrapper for the OpenTox REST API (http://www.opentox.org)
@@ -10,14 +10,14 @@ Run the following if you haven't already:
Install the gem:
- sudo gem install helma-opentox-ruby-api-wrapper
+ sudo gem install helma-opentox-ruby
== Usage
- adjust the settings in $HOME/.opentox/config
-- require 'opentox-ruby-api-wrapper' in your ruby application
+- require 'opentox-ruby' in your ruby application
- consult the rdoc API documentation for details
== Copyright
-Copyright (c) 2009 Christoph Helma. See LICENSE for details.
+Copyright (c) 2009-2010 Christoph Helma. See LICENSE for details.