From bb1f15853ccf084a3039d0aae77a434a74e75634 Mon Sep 17 00:00:00 2001 From: Frank Chiarulli Jr Date: Wed, 2 Jun 2021 10:00:35 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2aec09..32f9119 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ svix [command] --help # Set your Auth Token temporarily via the SVIX_AUTH_TOKEN environment variable export SVIX_AUTH_TOKEN= # or to persistently store your auth token in a config file run -svix config # interactively configure your Svix API credentials +svix login # interactively configure your Svix API credentials # Create an Application with the name "Demo" svix application create '{ "name": "demo" }'