aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.