From 1495ecd14823f5ed37a954cb842a57dc61b2d9a7 Mon Sep 17 00:00:00 2001 From: Wilson <70783255+Van-Nice@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:53:31 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f81096..10fdd90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wilson's Weather App - Front End -Wilson's Weather is a web application designed to provide real-time weather updates based on user location or manual search input. It leverages geolocation for auto-detecting the user's position or allows users to search for a specific location to get weather details. +Wilson's Weather is a web application designed to provide real-time weather updates based on user location or manual search input. It leverages geolocation for auto-detecting the user's position or allows users to search for a specific location to get weather details. Check it out here: https://wilsons-weather.com ## Features @@ -49,4 +49,4 @@ Contributions are welcome! If you have a suggestion that would make this better, 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) -5. Open a Pull Request \ No newline at end of file +5. Open a Pull Request