diff --git a/lib/main.dart b/lib/main.dart index f7c5220..474a8fd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -17,7 +17,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), - home: const MyHomePage(title: 'Laboratory 5: API..... '), + home: const MyHomePage(title: 'Laboratory 5: API and Repositories.... '), ); } }