From b328689edad6654bdf0925aca501c9499f264aa2 Mon Sep 17 00:00:00 2001 From: Adil Mughal Date: Mon, 4 Apr 2016 13:32:24 +1000 Subject: [PATCH] Fixed step number for docker (getting started) Step 2 was repeated twice --- _includes/gs/docker_gs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/gs/docker_gs.html b/_includes/gs/docker_gs.html index f197f58d..ea787702 100644 --- a/_includes/gs/docker_gs.html +++ b/_includes/gs/docker_gs.html @@ -19,7 +19,7 @@

Run the container using dotnet base image

-
2
+
3

Initialize some code

Now that you are in a running container, let's initialize a sample Hello World application!

@@ -33,7 +33,7 @@

Initialize some code

-
3
+
4

Run the application

After the init command, the only thing we need is to restore the dependencies and run the application.