From afabb9d46216fc432966a4af64024c88559dac0f Mon Sep 17 00:00:00 2001 From: Abdelaziz Mahdy <zezohassam@gmail.com> Date: Thu, 2 May 2024 14:46:04 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9a2878..59af384 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Welcome to the Path Finding Algorithm Visualizer, a Flutter application that dem - **Design Patterns**: Built using efficient and maintainable coding practices and design patterns. ## Live Demo -Experience the Path Finding Algorithm Visualizer in action: [Live Demo](https://zezo357.github.io/path_finding/) +Experience the Path Finding Algorithm Visualizer in action: [Live Demo](https://abdelaziz-mahdy.github.io/path_finding/) ## Getting Started To run this project locally, clone the repository and ensure Flutter is installed on your machine. ```bash -git clone https://github.com/zezo357/path_finding.git +git clone https://github.com/abdelaziz-mahdy/path_finding.git cd path_finding flutter run