From d4b13b624b40947d367c8d24326203a8324ea198 Mon Sep 17 00:00:00 2001 From: Pavel Dubovik Date: Fri, 10 Nov 2023 11:04:53 +0300 Subject: [PATCH] README was changed; --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70f3e87..1cbde72 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ if __name__=='__main__': ``` Out: -![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/test-new.gif) +![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/add_progress_example.gif) For **Windows** systems you need to add the `worker_queue` parameter to the functions `foo` and `bar` and use the `used_add_progress_decorator` parameter in the `progress_map` function: ```python @@ -189,7 +189,7 @@ if __name__=='__main__': ``` Out: -![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/test-new.gif) +![](https://raw.githubusercontent.com/dubovikmaster/parallelbar/main/gifs/add_progress_example.gif) You can also use the `stopit_after_timeout` decorator separately: ```python