From 2e756374a378733118b1a52b88e02ea489e45423 Mon Sep 17 00:00:00 2001 From: dougbtv Date: Mon, 13 Mar 2017 13:39:32 -0400 Subject: [PATCH] [docs] proper backticks for file locations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e63ff9d..b6b749e 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,11 @@ with the following template: elasticsearch kibana -These names (e.g. jenkins_master, logstash, etc) should match the names as defined in 'docker-compose.yml'. +These names (e.g. jenkins_master, logstash, etc) should match the names as defined in `./docker-compose.yml`. ### Adding baremetal slaves to a Docker deployment -If you need to add jenkins slaves (baremetal), add slave information in 'hosts/containers' +If you need to add jenkins slaves (baremetal), add slave information in `./hosts/containers` as the following (be sure to add `ansible_connection=ssh` as well). [jenkins_slave]