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
This commit is contained in:
Manos Nikolaidis
2017-09-25 09:40:16 +01:00
committed by Dave Syer
parent 49178f0389
commit 08f2cb2491

View File

@@ -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).
message (where XXXX is the issue number).