From be5bd1f7d72b8098e71ac6cf32a076438bb71257 Mon Sep 17 00:00:00 2001 From: its-kumar-yash Date: Wed, 29 May 2024 19:46:50 +0530 Subject: [PATCH] added screenshots folder --- README.md | 6 +++--- image-1.png => screenshots/image-1.png | Bin image-2.png => screenshots/image-2.png | Bin image.png => screenshots/image.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename image-1.png => screenshots/image-1.png (100%) rename image-2.png => screenshots/image-2.png (100%) rename image.png => screenshots/image.png (100%) diff --git a/README.md b/README.md index b827e8c9..9a0a841f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Style Share is a collaborative platform designed to streamline the process of cr ## Screenshots -![alt text](image.png) -![alt text](image-1.png) -![alt text](image-2.png) +![alt text](./screenshots/image.png) +![alt text](./screenshots/image-1.png) +![alt text](./screenshots/image-2.png) ## Setting Up on your machine diff --git a/image-1.png b/screenshots/image-1.png similarity index 100% rename from image-1.png rename to screenshots/image-1.png diff --git a/image-2.png b/screenshots/image-2.png similarity index 100% rename from image-2.png rename to screenshots/image-2.png diff --git a/image.png b/screenshots/image.png similarity index 100% rename from image.png rename to screenshots/image.png