Skip to content

Commit 68454b8

Browse files
moderakhartursouza
andauthored
fixed typo in README (dapr#290)
* fixed typo in README * Update README.md Co-authored-by: Artur Souza <[email protected]>
1 parent 5cf8cb1 commit 68454b8

File tree

1 file changed

+2
-2
lines changed
  • examples/src/main/java/io/dapr/examples/invoke/http

1 file changed

+2
-2
lines changed

examples/src/main/java/io/dapr/examples/invoke/http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Method invocation Sample
22

3-
In this sample, we'll create a two java applications: An demo service application which exposes a method and a client application which will invoke the method from demo service using Dapr.
3+
In this sample, we'll create two java applications: a service application which exposes a method and a client application which will invoke the method from the service using Dapr.
44
This sample includes:
55

66
* DemoService (Exposes the method to be remotely accessed)
@@ -128,4 +128,4 @@ Once running, the output should display the messages sent from invoker in the de
128128

129129
Method have been remotely invoked and displaying the remote messages.
130130

131-
For more details on Dapr Spring Boot integration, please refer to [Dapr Spring Boot](../../../springboot/DaprApplication.java) Application implementation.
131+
For more details on Dapr Spring Boot integration, please refer to [Dapr Spring Boot](../../../springboot/DaprApplication.java) Application implementation.

0 commit comments

Comments
 (0)