Browse Source

Show completed Main

Resolves #30
Greg Turnquist 8 years ago
parent
commit
a81ca9fd75
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.adoc

+ 1
- 1
README.adoc View File

@@ -61,7 +61,7 @@ Here you create an `Application` class with the components:
61 61
 `src/main/java/hello/Application.java`
62 62
 [source,java]
63 63
 ----
64
-include::initial/src/main/java/hello/Application.java[]
64
+include::complete/src/main/java/hello/Application.java[]
65 65
 ----
66 66
 
67 67
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/spring-boot-application.adoc[]