Skip to content

Commit c4fa8a2

Browse files
committed
Fixed readme
1 parent d310ebf commit c4fa8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/underscore/Underscore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3937,7 +3937,7 @@ public static void main(String... args) {
39373937
"Underscore-java17 is a java 17 port of Underscore.js.\n\n"
39383938
+ "In addition to porting Underscore's functionality,"
39393939
+ " Underscore-java includes matching unit tests.\n\n"
3940-
+ "For docs, license, tests, and downloads, see: https://javadev.github.io/underscore-java17";
3940+
+ "For docs, license, tests, and downloads, see: https://javadev.github.io/underscore-java";
39413941
System.out.println(message);
39423942
}
39433943
}

0 commit comments

Comments
 (0)