summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2016-11-30 11:17:13 +0100
committerGitHub <noreply@github.com>2016-11-30 11:17:13 +0100
commitf59ee14e354b4a0c3c121e6de9bd6487ae3d45d7 (patch)
treef9a925215ded8d4227813ff30c621b2bed27472b
parentc0f1715bf9c7a1e49a767d1a8ccfd2ea4904280a (diff)
fix README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a986d7d..05452fe 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ In development environment use lazar and qsar-report library from source
In production environment change this to the following to have lazar and qsar-report library from ruby gem
```ruby
- require "../lazar/lib/lazar.rb"
- require "../qsar-report/lib/qsar-report.rb"
+ require "lazar"
+ require "qsar-report"
```
start the service with unicorn on an assigned port