From caecd7bba7082f4d2558c8fbc0d1409c4f401694 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 25 Aug 2016 13:38:20 +0200 Subject: version to 0.0.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 86e6b5b..2575aec 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ require "qsar-report" report = OpenTox::QMRFReport.new # add a title -report.Value "QSAR_title", "My QSAR Title" +report.value "QSAR_title", "My QSAR Title" # add a publication to the publication catalog report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "MyName M (2016) My Publication Title, QSAR News, 10, 14-22", :url => "http://myqsarnewsmag.dom"} @@ -50,7 +50,7 @@ report.Version = "1" report.Date = Time.now.strftime("%Y/%m/%d") # Set the CAS number in chapter 1.1 -report.Value "1.1", "7732-18-5" # set CAS number for H²O +report.value "1.1", "7732-18-5" # set CAS number for H²O # print HTML version puts report.to_html -- cgit v1.2.3