From cfe4865dcc8f003a10a1020c97104f51b6510dfa Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Fri, 13 Nov 2015 15:45:34 -0500 Subject: [PATCH] Fixing typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e21c0527..3a5b468b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can keep using the `datadog` module but it becomes legacy with the release o * Update your manifests with the new module class, basically replace `datadog` by `datadog_agent` #### For instance to deploy the elasticsearch integration - include 'datadog_agent::intergrations::elasticsearch' + include 'datadog_agent::integrations::elasticsearch' Usage -----