diff --git a/README.adoc b/README.adoc index ccc84a589..3d00d92b6 100644 --- a/README.adoc +++ b/README.adoc @@ -69,7 +69,7 @@ $ ./mvnw clean install Run one of the samples, e.g. ---- -$ java -jar spring-cloud-function-samples/spring-cloud-function-sample/target/*.jar +$ java -jar spring-cloud-function-samples/function-sample/target/*.jar ---- This runs the app and exposes its functions over HTTP, so you can @@ -347,4 +347,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). \ No newline at end of file + message (where XXXX is the issue number).