Skip to content

Commit 145486d

Browse files
abatishchevjskeet
authored andcommitted
Fixed link to JsonEventFormatter
Signed-off-by: Alexander Batishchev <[email protected]>
1 parent e6f2c4d commit 145486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the [user guide](docs/guide.md) for details of the packages available.
2222
1. The [CloudEvent](src/CloudNative.CloudEvents/CloudEvent.cs) class is not meant to be used with
2323
object serializers like JSON.NET. If you need to serialize or deserialize a CloudEvent directly, always use a
2424
[CloudEventFormatter](src/CloudNative.CloudEvents/CloudEventFormatter.cs)
25-
such as [JsonEventFormatter](src/CloudNative.CloudEvents.JsonNet/JsonEventFormatter.cs).
25+
such as [JsonEventFormatter](src/CloudNative.CloudEvents.NewtonsoftJson/JsonEventFormatter.cs).
2626
2. Protocol binding integration is provided in the form of extensions and the objective of those extensions
2727
is to map the CloudEvent to and from the respective protocol message, such as an HTTP request or response.
2828
The application is otherwise fully in control of the client. Therefore, the extensions do not

0 commit comments

Comments
 (0)