summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--config.ru2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 317f858..5843d02 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ OpenTox Dataset
* An OpenTox REST Webservice
* Stores associations between compounds and features in datasets
* Implements a subset of the OpenTox compound API 1.1 (http://opentox.org/dev/apis/api-1.1/dataset)
-* Supports the internal YAML representation of opentox-ruby-api-wrapper
+* Supports the internal YAML representation of opentox-ruby
REST operations:
diff --git a/config.ru b/config.ru
index ec0402a..67d8493 100644
--- a/config.ru
+++ b/config.ru
@@ -1,4 +1,4 @@
require 'rubygems'
-require 'opentox-ruby-api-wrapper'
+require 'opentox-ruby'
require 'config/config_ru'
run Sinatra::Application