aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-10-25 23:00:23 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-10-25 23:00:23 +0900
commit68ea96afe46d71b57a11f3cfdf60195d9499c8ff (patch)
treec6ad0b03ae012011b5963fe41fe311f041b4152a /README.md
parent3749da0e8cc99f476c224d09c0e3dda7b314f8a8 (diff)
downloadplum-68ea96afe46d71b57a11f3cfdf60195d9499c8ff.tar.gz
update README to use plum CLI
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 bc45cd4..4ef807b 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@ run App
```
Then run it with:
```sh
-% rackup -s plum config.ru -E production
+% plum -e production -p 8080 --https config.ru
```
-By default, Plum generates a dummy server certificate and listens `0.0.0.0:9292` in HTTPS mode.
+By default, Plum generates a dummy server certificate if `--cert` and `--key` options are not specified.
## Examples
* examples/ - Minimal usage.