Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Aug 14, 2023
1 parent 9769381 commit 293e6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ class App extends StatelessWidget {
child: const Text('Open Gallery'),
),
TextButton(
onPressed: () async => Gal.putVideo('Replace to video path'),
onPressed: () async => Gal.putVideo('VIDEO_PATH'),
child: const Text('Save Video'),
),
TextButton(
onPressed: () async => Gal.putImage('Replace to image path'),
onPressed: () async => Gal.putImage('IMAGE_PATH'),
child: const Text('Save Image'),
),
TextButton(
Expand Down

0 comments on commit 293e6e0

Please sign in to comment.