Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Jul 26, 2023
1 parent 479e534 commit 6381a5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class Receiver : IReceiver
{
// implementation
}

```

## API
Expand Down Expand Up @@ -163,7 +162,6 @@ class Receiver2 : IClientContract, IHubConnectionObserver
It's very easy to use.

```cs

HubConnection connection = ...;

var hub = connection.CreateHubProxy<IHubContract>();
Expand Down

0 comments on commit 6381a5e

Please sign in to comment.