From eeec746ca2b5ece2d9845bf3ac8532d7f7318bb7 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Tue, 29 Aug 2017 09:02:02 -0700 Subject: [PATCH] Dropped the docker owner from function name. --- examples/tutorial/hello/java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/hello/java/README.md b/examples/tutorial/hello/java/README.md index 8373fc01b..c53ce6fe2 100644 --- a/examples/tutorial/hello/java/README.md +++ b/examples/tutorial/hello/java/README.md @@ -5,7 +5,7 @@ This example will show you how to test and deploy Java code to Oracle Functions. ```sh # Initialize your function creating a func.yaml file -fn init /hello-java --runtime java +fn init hello-java --runtime java # Test your function. This will run inside a container exactly how it will on the server fn run