From 2fafbc6e8babdb6bcc8c4cb43dc5e61e23fb744e Mon Sep 17 00:00:00 2001 From: good-gis Date: Sat, 15 Jun 2024 22:07:39 +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 96b1bae..b6a5c8c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Welcome to the Progress Steps Project! This project demonstrates the creation of progress steps using CSS, HTML, and JavaScript. Progress steps are commonly seen in multi-level forms, shopping carts, and similar applications. -![Progress Steps](https://example.com/progress-steps.png) +![Progress Steps](https://github.com/good-gis/progress-step/blob/main/demo/img.png) ## Features @@ -40,4 +40,4 @@ progress-steps/ └── scripts.js ``` -This project is a great starting point for implementing progress steps in your web applications. Enjoy building! 😄 \ No newline at end of file +This project is a great starting point for implementing progress steps in your web applications. Enjoy building! 😄