diff --git a/Assignment02/step-by-step-java.md b/Assignment02/step-by-step-java.md index a6fec5c..f086863 100644 --- a/Assignment02/step-by-step-java.md +++ b/Assignment02/step-by-step-java.md @@ -74,7 +74,7 @@ First you're going to change the code so it calls the Dapr sidecar: http://localhost:/v1.0/invoke//method/ ``` - You can substitute the placeholders in this URL with values for the VehicleRegistrationService, this yields the following URL: + You can substitute the placeholders in this URL with the appropriate values so the FineCollectionService's sidecar can call the the VehicleRegistrationService, this yields the following URL: ```http http://localhost:3601/v1.0/invoke/vehicleregistrationservice/method/vehicleinfo/{licenseNumber}