dont upset the java peeps

This commit is contained in:
Chad Arimura
2017-06-05 14:29:56 -07:00
parent c8fab6f224
commit dd816dece6

View File

@@ -5,7 +5,7 @@ This example will show you how to test and deploy Java code to Oracle Functions.
```sh ```sh
# Initialize your function creating a func.yaml file # Initialize your function creating a func.yaml file
fn init <DOCKERHUB_USERNAME>/hello-go fn init <DOCKERHUB_USERNAME>/hello-java
# Test your function. This will run inside a container exactly how it will on the server # Test your function. This will run inside a container exactly how it will on the server
fn run fn run