diff --git a/README.md b/README.md
index 24a032d..5b000bb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# map_camera_location
A Flutter package that provides a widget for capturing images with the device camera and retrieving the user's location information.
+
+
+[//]: # (
## Features
diff --git a/assets/mapcamera.png b/assets/mapcamera.png
new file mode 100644
index 0000000..13a2578
Binary files /dev/null and b/assets/mapcamera.png differ
diff --git a/example/lib/main.dart b/example/lib/main.dart
index ab237ca..8953ac1 100644
--- a/example/lib/main.dart
+++ b/example/lib/main.dart
@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
- home: MyHomePage(title: 'Flutter Demo Home Page',camera: camera,),
+ home: MyHomePage(title: 'Camera With Map Location',camera: camera,),
);
}
}
)