From 57786aab1d918f072fdc4aa5649f531307ef93e6 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Fri, 19 Aug 2016 16:26:53 +0200 Subject: fix documentation --- README.md | 2 +- lib/qmrf-report.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47483bc..655a8d4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The XML output is in QMRF version 1.3 and can be finalized with the QMRF editor ## Usage create a new report, add some content and show output: ```ruby -require "" +require "qmrf-report" # create a new report report = OpenTox::QMRFReport.new diff --git a/lib/qmrf-report.rb b/lib/qmrf-report.rb index fdce433..a5c1ddb 100644 --- a/lib/qmrf-report.rb +++ b/lib/qmrf-report.rb @@ -8,7 +8,7 @@ module OpenTox #Provides a ruby OpenTox class to prepare an initial version of a QMRF report. #The XML output is in QMRF version 1.3 and can be finalized with the QMRF editor 2.0 (https://sourceforge.net/projects/qmrf/) #@example Report - # require "" + # require "qmrf-report" # report = OpenTox::QMRFReport.new # report.change_qmrf_tag "QSAR_title", "My QSAR Title" # report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "MyName M (2016) My Publication Title, QSAR News, 10, 14-22", :url => "http://myqsarnewsmag.dom"} -- cgit v1.2.3