diff --git a/convox/README.md b/convox/README.md index e387ab012f..3c50e63e0b 100644 --- a/convox/README.md +++ b/convox/README.md @@ -16,12 +16,12 @@ You can deploy the Datadog Agent as a Convox app with a very simple `docker-comp ```shell # check out the repo -$ git clone https://github.com/convox-examples/dd-agent.git +$ git clone https://github.com/convox-examples/datadog.git $ cd dd-agent # deploy the agent app and secret $ convox apps create -$ convox env set API_KEY= +$ convox env set DD_API_KEY= $ convox deploy $ convox scale agent --count=3 --cpu=10 --memory=128 ```