From 293e6e05d8f77938c5313dfd6fb7cf86730687c0 Mon Sep 17 00:00:00 2001 From: Midori <50433979+natsuk4ze@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:28:01 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7acc164..e37968e3 100644 --- a/README.md +++ b/README.md @@ -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(