diff --git a/README.md b/README.md index 55f7a58..0387615 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An efficient Go task queue package, facilitating the seamless orchestration and execution of tasks. Alternative to machinery and Celery. ## Architecture -![Architecture Diagram](https://github.com/surendratiwari3/paota/blob/main/docs/images/paota_arch.png?raw=true) +![Architecture Diagram](https://github.com/surendratiwari3/paota/blob/main/docs/images/TopDownPaota?raw=true) ## Overview diff --git a/docs/images/TopDownPaota.png b/docs/images/TopDownPaota.png new file mode 100644 index 0000000..ac4497c Binary files /dev/null and b/docs/images/TopDownPaota.png differ diff --git a/docs/images/top_down_arch.png b/docs/images/top_down_arch.png deleted file mode 100644 index 50669c3..0000000 Binary files a/docs/images/top_down_arch.png and /dev/null differ