diff --git a/cqrs-rust/README.md b/cqrs-rust/README.md index 2698d58..d3cb264 100644 --- a/cqrs-rust/README.md +++ b/cqrs-rust/README.md @@ -21,7 +21,7 @@ On the Command side, operations are focused on enforcing business rules, validat Send data to `POST /items` and `PUT /items/:id` using the following structure: -```jsonc +```json { "firstName": "John", "lastName": "Smith", @@ -31,6 +31,7 @@ Send data to `POST /items` and `PUT /items/:id` using the following structure: "city": "Boston" } } +``` ## Supported Platforms diff --git a/cqrs-servicechaining/README.md b/cqrs-servicechaining/README.md index f964e5d..ccbbd19 100644 --- a/cqrs-servicechaining/README.md +++ b/cqrs-servicechaining/README.md @@ -21,7 +21,7 @@ On the Command side, operations are focused on enforcing business rules, validat Send data to `POST /items` and `PUT /items/:id` using the following structure: -```jsonc +```json { "firstName": "John", "lastName": "Smith", @@ -31,6 +31,7 @@ Send data to `POST /items` and `PUT /items/:id` using the following structure: "city": "Boston" } } +``` ## Supported Platforms