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