From 1ef19af4eb70f11a993cf929ad89f3a61636f58f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 27 Feb 2012 21:27:18 -0500 Subject: [PATCH] More markdown formatting --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33b8fa1da5..06e1432f0a 100644 --- a/README.md +++ b/README.md @@ -126,13 +126,12 @@ together, and can even fire off triggers when certain commands report changes. They are the basis for a really simple configuration management system, unlike any that already exist. Powerful, concise, but dead simple. -See examples/playbook.yml for what the syntax looks like. +See examples/playbook.yml for what the syntax looks like, and the manpage -- ansible-playbook(5) for more details. To run a playbook: -ansible -r playbook.yml + ansible -r playbook.yml -Read ansible-playbook(5) for more details. Future plans ============