From 8e0d2835fdfadb84ce2000ff89a28ed17c64773f Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 16 Jan 2016 17:17:03 +0000
Subject: [PATCH] Minor changes in formatting of README

---
 README.md |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a7e0455..da47da9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# Rundeck
+
 This is a Docker image of Rundeck (http://rundeck.org)
 based on `debian:latest`
 
@@ -8,7 +10,7 @@
 ```
 
 Rundeck should be available at http://127.0.0.1:4440/
-(user/password pairs: user/user and admin/admin)
+(user/password pairs: `user`/`user` and `admin`/`admin`)
 
 By default it uses H2 database and Docker data volumes
 for storage persistence.
@@ -61,7 +63,7 @@
 ```
 
 Then set the following options in
-/srv/rundeck/etc/rundeck-config.properties
+`/srv/rundeck/etc/rundeck-config.properties`
 
 ```
 dataSource.url = jdbc:mysql://rundeck-db/rundeck?autoReconnect=true
@@ -78,4 +80,4 @@
 ## Configuration
 
 You can change Java system properties and JVM options by modifying
-`RDECK_JVM` property in /etc/rundeck/profile (which is persisted).
+`RDECK_JVM` property in `/etc/rundeck/profile` (which is persisted).

--
Gitblit v1.9.1