summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-08-25 13:38:20 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-08-25 13:38:20 +0200
commitcaecd7bba7082f4d2558c8fbc0d1409c4f401694 (patch)
tree6a3253c770484498e3ba2fca582ae2e89cb37dac /README.md
parenta66380cac80ea01dc37a67c77fcffddf62607f52 (diff)
version to 0.0.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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