diff --git a/game_template/lib/main.dart b/game_template/lib/main.dart index 4305a4861..36026f9bb 100644 --- a/game_template/lib/main.dart +++ b/game_template/lib/main.dart @@ -35,7 +35,7 @@ import 'src/win_game/win_game_screen.dart'; Future main() async { // Uncomment the following lines to enable Firebase Crashlytics. - // See lib/src/crashlytics/README.md for details. + // See the 'Crashlytics' section of the main README.md file for details. FirebaseCrashlytics? crashlytics; // if (!kIsWeb && (Platform.isIOS || Platform.isAndroid)) {