From 08f2cb249187eefc9679701788bbc24b3e503d88 Mon Sep 17 00:00:00 2001 From: Manos Nikolaidis Date: Mon, 25 Sep 2017 09:40:16 +0100 Subject: [PATCH] Update README.adoc Use correct path for samples. E.g. look at: https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-samples --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).