From 59a83b811ff71a351e39556bf658a0603885a14f Mon Sep 17 00:00:00 2001 From: Arihant <88302441+aricodeine@users.noreply.github.com> Date: Sat, 8 Aug 2026 00:01:05 +0530 Subject: [PATCH] Update README link to main package the path to README.md is now fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf64aa9..621fd87 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ from sleeping. ## Getting started To learn more about the plugin and getting started, you can view the main package's -[README](https://github.com/fluttercommunity/wakelock_plus/blob/main/wakelock/README.md). +[README](https://github.com/fluttercommunity/wakelock_plus/blob/main/README.md). ### Plugin structure @@ -71,4 +71,4 @@ WakelockPlus.enable(); WakelockPlus.disable(); //... WakelockPlus.toggle(enable: true); -``` \ No newline at end of file +```