Skip to content

Commit

Permalink
fix casing mistake from previous typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
jlaswell authored Aug 7, 2021
1 parent dc6fb09 commit 53d1f2f
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 @@ -74,7 +74,7 @@ $request = Marshaller::createJsonMarshaller()->marshalStructuredResponse($event)
$request = Marshaller::createJsonMarshaller()->marshalBinaryResponse($event);
$request = Marshaller::createJsonMarshaller()->marshalBatchResponse($events);

// UnMarshal HTTP message
// Unmarshal HTTP message
$events = Unmarshaller::createJsonUnmarshaller()->unmarshal($message);
```

Expand Down

0 comments on commit 53d1f2f

Please sign in to comment.