Skip to content

Commit a8474ab

Browse files
authored
Update README.adoc (#30)
Issue #29 Fixed the CURL command
1 parent dc2625c commit a8474ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The following command invokes the Actuator's refresh command:
177177
====
178178
[source,bash]
179179
----
180-
$ curl localhost:8080/actuator/refresh -d {} -H "Content-Type: application/json"
180+
$ curl -X POST localhost:8080/actuator/refresh -d {} -H "Content-Type: application/json"
181181
----
182182
====
183183

0 commit comments

Comments
 (0)