summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-10-05 18:00:34 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-10-05 18:00:34 +0200
commit888a389d1bee95a00329041a1ed0f6e842608a9c (patch)
treeaa85a9df18d9003e6e618308904e92517a46ac98
parent2fb31ec0e5cafb5fdacba509fb3f0952ddb18e5e (diff)
small edit for installation
-rw-r--r--_posts/2016-10-05-qmrf-and-qprf-reporting-library-gem.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/_posts/2016-10-05-qmrf-and-qprf-reporting-library-gem.md b/_posts/2016-10-05-qmrf-and-qprf-reporting-library-gem.md
index bc30824..5ae3e3e 100644
--- a/_posts/2016-10-05-qmrf-and-qprf-reporting-library-gem.md
+++ b/_posts/2016-10-05-qmrf-and-qprf-reporting-library-gem.md
@@ -17,7 +17,7 @@ The open source code is freely available and versioned at the Github code hosti
The library has two main classes for the report types **OpenTox::QMRFReport** and **OpenTox::QPRFReport**. Instances of these classes can be easily filled with contents.
There is a full documentation of the library with examples at [RubyDoc.info Code documentation](http://www.rubydoc.info/gems/qsar-report) .
-### Classes for QMRF and QPRF reporting.
+### Classes for QMRF and QPRF reporting.
* **OpenTox::QMRFReport**:
Provides a ruby OpenTox class to prepare an initial version of a QMRF report.
@@ -99,8 +99,7 @@ create a new QPRF report, add some content and show output:
### Installation
-
- gem install qsar-report
+ gem install qsar-report
### More Documentation