From 0483da674be3583ca3e79e4b819316343af4cf21 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 21 Aug 2012 20:37:42 -0400 Subject: [PATCH] Fix directory names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 303dcb63ade..d5f892980a3 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ callbacks Callbacks can be used to add logging or monitoring capability, or just make interesting sound effects. -Drop callback plugins in your ansible/lib/callbacks/ directory. +Drop callback plugins in your ansible/lib/callback_plugins/ directory. connections =========== Connection plugins allow ansible to talk over different protocols. -Drop connection plugins in your ansible/lib/runner/connections/ directory. +Drop connection plugins in your ansible/lib/runner/connection_plugins/ directory. inventory =========