diff --git a/examples/tutorial/hello/java/README.md b/examples/tutorial/hello/java/README.md index 3b4d624e5..ba9eb2048 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-go +fn init /hello-java # Test your function. This will run inside a container exactly how it will on the server fn run