Skip to content

Commit

Permalink
Update README.md (freeCodeCamp#193)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
jb-1980 authored and raisedadead committed Oct 23, 2018
1 parent ec7d711 commit af0d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit af0d5f5

Please sign in to comment.