소스 검색

Wrong source file included to show dependencies

See gh-45
Dave Syer 4 년 전
부모
커밋
cf46c57c71
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.adoc

+ 2 - 2
README.adoc

@@ -96,7 +96,7 @@ The following listing shows the finished `pom.xml` file:
 ====
 [src,xml]
 ----
-include::initial/pom.xml[]
+include::complete/pom.xml[]
 ----
 ====
 
@@ -118,7 +118,7 @@ The following listing shows the finished `build.gradle` file:
 ====
 [src,java]
 ----
-include::initial/build.gradle[]
+include::complete/build.gradle[]
 ----
 ====