summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2016-10-06 09:43:25 +0200
committerGitHub <noreply@github.com>2016-10-06 09:43:25 +0200
commite2f7214f7d9564e6d57dd930d3a849f471549760 (patch)
treef9a7091983b4e669aee019906b6ae1d97aaee057
parent779f5bbfea01db3c887877261c4df0eab5fd7c8f (diff)
Update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f3af312..b9d815c 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ The library gem is independent from lazar or nano-lazar and can also be used in
## About
Classes for QMRF and QPRF reporting.
-* OpenTox::QMRFReport:
+* **OpenTox::QMRFReport**:
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/)
-* OpenTox::QPRFReport:
+* **OpenTox::QPRFReport**:
Provides a ruby OpenTox class to prepare an initial version of a QPRF (version 1.1) report in JSON or HTML.
## Usage
@@ -71,7 +71,7 @@ puts report.pretty_json
Installation
------------
- gem install qsar-report
+ gem install qsar-report
Documentation
-------------