diff --git a/README.md b/README.md index cf103d1..fe1daac 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ var dogapi = require("dogapi"); var options = { api_key: "YOUR_KEY_HERE", app_key: "YOUR_KEY_HERE", + // if you are on the Datadog EU site, you need to overwrite the default value of api_host key: + // api_host: "app.datadoghq.eu" }; dogapi.initialize(options);