From b141d12a8d8bf089cf50529d951b2de08158c9f7 Mon Sep 17 00:00:00 2001 From: ggerard Date: Wed, 21 Aug 2013 18:30:38 -0700 Subject: [PATCH] Typo (mvn -> curl) --- spring-boot-actuator/docs/Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-actuator/docs/Features.md b/spring-boot-actuator/docs/Features.md index ba43569880d..34823fa288e 100644 --- a/spring-boot-actuator/docs/Features.md +++ b/spring-boot-actuator/docs/Features.md @@ -90,7 +90,7 @@ every request in the main server (and the management server if it is running on the same port). There is a single account by default, and you can test it like this: - $ mvn user:password@localhost:8080/metrics + $ curl user:password@localhost:8080/metrics ... stuff comes out If the management server is running on a different port it is