Skip to content

Commit

Permalink
docs(readme): correct md syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
R3DRUN3 authored Mar 17, 2023
1 parent a2af779 commit 81aaf3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# ASP.NET-Core-Weather-Forecast-Website

_ABSTRACT_
## Abstract

The following is a website written in Asp.NET Core for educational purposes.
It calls OpenWeatherMap API (https://api.openweathermap.org) to get weather information for specified cities.
The token that is passed to the API is free, you can use it in other projects or, alternatively,
subscribe to OpenWeatherMap and get your own for free.


_Instructions_
## Instructions
1) download and unpack the archive.
2) open visual studio as administrator.
3) from inside visual studio navigate to the unzipped folder and open the "RagoWeather.csproj" file.
4) Build the solution and then run it!

HAVE A SUNNY DAY :)
> HAVE A SUNNY DAY :)

0 comments on commit 81aaf3a

Please sign in to comment.