From 00e906dbdb5df3a412b1539249e65f15fdbe48d5 Mon Sep 17 00:00:00 2001 From: Midori Date: Wed, 16 Aug 2023 15:28:42 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37968e3..ce8708f5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ await Gal.requestAccess(); ## 🎯Example Here is a minimal example. A [best practice](https://github.com/natsuk4ze/gal/wiki/Best-Practice) and more detailed one -can be found in [example folder](https://github.com/natsuk4ze/gal/blob/main/example/lib/main.dart). +can be found in [example](https://github.com/natsuk4ze/gal/blob/main/example/lib/main.dart). ``` dart import 'package:flutter/material.dart';