diff --git a/readme.md b/readme.md index 214b1739..3c6547ec 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,12 @@ There are also a few optional behaviors based on the parameters you pass (or def lambo superApplication --link ``` +- `-s` or `--secure` to secure the Valet site using https. + + ```bash + lambo superApplication --secure + ``` + ### Commands - `make-config` creates a config file so you don't have to pass the parameters every time you use Lambo