From af0d5f58ea82294357fb2d91246df3f39d474ff4 Mon Sep 17 00:00:00 2001 From: Joseph Gilgen Date: Tue, 23 Oct 2018 00:06:59 -0700 Subject: [PATCH] Update README.md (#193) Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b3d73b..1998c1c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ We welcome pull requests 🎉! Please follow [these steps](.github/CONTRIBUTING. Tokens are verified using public keys, each tennant will have their own certificate containing the public key. Certificates are stored either on developer laptops in .env files, or in an environment variable -JWT_CERT for depoloyments. We use Travis for deployments, and `scripts/deploy.sh` +JWT_CERT for deployments. We use Travis for deployments, and `scripts/deploy.sh` will pick either JWT_CERT_STAGE or JWT_CERT_PROD and export it as JWT_CERT. This will be picked up and deployed by Serverless.