Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGosebrink committed Sep 16, 2023
1 parent 3e3a293 commit db27529
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
Expand Up @@ -5,9 +5,9 @@
</a>
</p>

> With this project we are running an Angular project which is getting updated by an ASP.NET Core backend with SignalR. It receives data ove ra REST interface and gets datapushed with SignalR. Enjoy!
With this project we are running an Angular project which is getting updated by an ASP.NET Core backend with SignalR. It receives data over a REST interface and gets datapushed with SignalR. Enjoy!

![signalr](.github/screen.gif 'signalr')
![signalr](.github/screen.gif "signalr")

## Install

Expand All @@ -30,7 +30,7 @@ in the `\frontend\angularsignalrclient` folder.
To run the backend make sure you have installed the [dotnet cli](https://dotnet.microsoft.com/) and run

```bash
dotnet watch run
dotnet run
```

in the `backend\ASPNETCore` folder.
Expand Down

0 comments on commit db27529

Please sign in to comment.