From 58115d99932ff15ecfe3c3a39d006517e1263e3e Mon Sep 17 00:00:00 2001 From: Paolo Iannelli Date: Sun, 26 May 2024 00:48:31 +0200 Subject: [PATCH] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 624cbe2..276a554 100644 --- a/example/README.md +++ b/example/README.md @@ -2,7 +2,7 @@ Starts an isolate that launches a second isolate. Both call out to a plugin that uses a method channel on both iOS and android to get the startup reason. -The first isolate is paused after 5 seconds, paused after 10, and killed after 20 seconds. The second continues to print forever. +The first isolate is paused after 5 seconds, resumed after 10, and killed after 20 seconds. The second continues to print forever. ``` import 'package:flutter_startup/flutter_startup.dart'; import 'package:flutter_isolate/flutter_isolate.dart';