diff --git a/README.md b/README.md
index 1c8d9d8..b3f5142 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
-
+
+
+