Skip to content

Commit 8c0f932

Browse files
committed
Changed example
1 parent e92bfbb commit 8c0f932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/jackyoustra/kautoload/Libgen.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public static void download(String md5, String path, int expectedLength, Progres
144144

145145
public static void main(String[] args) {
146146
try {
147-
final Book[] results = search("The Hunt for Red October");
147+
final Book[] results = search("A Tale of Two Cities");
148148
for(Book result : results){
149149
System.out.println(result);
150150
}

0 commit comments

Comments
 (0)