From 5798385bda24932d4d8bbed613f950789cf75166 Mon Sep 17 00:00:00 2001
From: Lokesh Jangid <64513385+lkrjangid1@users.noreply.github.com>
Date: Fri, 29 Jul 2022 23:16:51 +0530
Subject: [PATCH] Update README.md
---
README.md | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 1c8d9d80..b3f51420 100644
--- a/README.md
+++ b/README.md
@@ -73,11 +73,18 @@ func registerPlugins(registry: FlutterPluginRegistry) {
- **Configure maximum number of concurrent tasks:** the plugin depends on `WorkManager` library and `WorkManager` depends on the number of available processor to configure the maximum number of tasks running at a moment. You can setup a fixed number for this configuration by adding following codes to your `AndroidManifest.xml`:
```xml
-
+
+
+