Skip to content

Commit

Permalink
Merge pull request #135 from davidfowl/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
nenoNaninu authored Sep 11, 2023
2 parents 8c142d0 + 645136f commit cdd31cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ When serializing a user-defined type, use a property name as a key (in other wor
Therefore, apply `[MessagePackObject(true)]` to a user-defined type, or use `ContractlessStandardResolver`.
The default configuration for MessagePack Hub Protocol [includes the ContractlessStandardResolver](https://github.com/dotnet/aspnetcore/blob/release/7.0/src/SignalR/common/Protocols.MessagePack/src/Protocol/MessagePackHubProtocol.cs#L73-L77).

### Default Configuration in ASP.NE Core
### Default Configuration in ASP.NET Core

Calling `AddMessagePackProtocol` is required to use the MessagePack Hub Protocol.
For more information, please see [the official documentation](https://learn.microsoft.com/en-us/aspnet/core/signalr/messagepackhubprotocol).
Expand Down

0 comments on commit cdd31cb

Please sign in to comment.