diff --git a/src/main/java/com/jatie/BeatmapDownloader.java b/src/main/java/com/jatie/BeatmapDownloader.java index 8432c7b..f4b4d48 100644 --- a/src/main/java/com/jatie/BeatmapDownloader.java +++ b/src/main/java/com/jatie/BeatmapDownloader.java @@ -347,7 +347,7 @@ public static boolean readConfigFile(File configFile) { public static String enterApiKey() { while (true) { - System.out.print("\nEnter osu! API key: "); + System.out.print("\nEnter osu! API key (get it from here https://osu.ppy.sh/p/api): "); String thisApiKey = SCANNER.nextLine(); System.out.println("Validating API key..."); if (validateApiKey(thisApiKey)) {