diff --git a/aws-django-voting-app/README.md b/aws-django-voting-app/README.md index 8044c4ced..dca8ec041 100644 --- a/aws-django-voting-app/README.md +++ b/aws-django-voting-app/README.md @@ -36,7 +36,7 @@ The example shows how easy it is to deploy containers into production and to con $ pulumi config set sql-user-password --secret $ pulumi config set django-admin-name $ pulumi config set django-admin-password --secret - $ pulumi config set django_secret_key = --secret + $ pulumi config set django-secret-key --secret ``` 1. Create a Python virtualenv, activate it, and install dependencies: