diff --git a/README.md b/README.md index edd3157..0562172 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small React application that shows current weather and a short forecast for a city. Built with Create React App and designed to be simple, extendable, and easy to deploy. -Live demo: (add link if deployed) +Live demo: [https://legendary-sunburst-82c066.netlify.app](https://legendary-sunburst-82c066.netlify.app) ## Features - Search weather by city name diff --git a/package.json b/package.json index 15b678f..f80aad5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ { "name": "weather-app", "version": "1.0.0", + "homepage": "https://legendary-sunburst-82c066.netlify.app", "scripts": { "start": "react-scripts start", "build": "react-scripts build",