From 513a3d0bbbf3b1ccd9de7d7f6277e6f10614cd6e Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Tue, 22 Mar 2016 01:08:29 +0100 Subject: [PATCH] add missing line break --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index e8137c9..1fe2e7d 100644 --- a/tutorial.md +++ b/tutorial.md @@ -42,7 +42,7 @@ This document contains a series of several sections, each of which explains a pa - [3.0 Birthday training](#dockercompetition) - [3.1 Pull voting-app images](#pullimage) - [3.2 Customize the App](#customize) - - [3.2.1 Modify app.py](#modifyapp) + - [3.2.1 Modify app.py](#modifyapp) - [3.2.2 Modify config.json](#modifyconfig) - [3.2.3 Building and running the app](#buildvotingapp) - [3.2.4 Build and tag images](#buildandtag)