summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6511463..7c23d99 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Service start:
------
sudo mongod &
R CMD Rserve --vanilla &
- unicorn -p 8088 -E production
+ unicorn -p 8088 -c unicorn.rb -E production
Visit:
------