diff --git a/README.md b/README.md index c844632..dc9889a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Weather App -Check the current weather on any city on the planet. Switch between metric and imperial units. +Check the current weather of the city. ## Features @@ -15,14 +15,6 @@ Currently being redesigned 3. `pnpm install` || `yarn install` -4. Log-in to [Openweathermap.com](https://openweathermap.org/) - -5. Create an API key - -6. `cp .env.example .env.local` - -7. Paste API key for `OPENWEATHER_API_KEY` - 8. `pnpm dev` || `yarn run dev` ## Contributions