Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fix json format for updating order example (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Seale <ceseale3@gmail.com>
  • Loading branch information
ceseale authored and cazfletch committed Apr 7, 2018
1 parent 63a1740 commit 9bd267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vehicle-manufacture-network/README.md
Expand Up @@ -75,7 +75,7 @@ Simulate the manufacturer registering the vehicle with the regulator by submitti
"$class": "org.acme.vehicle_network.UpdateOrderStatus",
"orderStatus": "VIN_ASSIGNED",
"order": "resource:org.acme.vehicle_network.Order#1234",
"vin": 'abc123'
"vin": "abc123"
}
```

Expand Down

0 comments on commit 9bd267d

Please sign in to comment.