Skip to content

Commit 97be6a4

Browse files
authored
Update README.md
1 parent 19882e0 commit 97be6a4

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
@@ -26,7 +26,7 @@ microservices communicating via JSON messages, both written in python.
2626

2727
You may define a shared package with the messages definition
2828
and use the model's `.as_json()` method on one end to serialize the message
29-
and `.form_json()` on the other to convert it into a DTO,
29+
and `.from_json()` on the other to convert it into a DTO,
3030
checking and modifying the fields and their values along
3131
the way exactly how you defined it in a single place.
3232

0 commit comments

Comments
 (0)