diff --git a/examples/go/README.md b/examples/go/README.md index 661fd490..afd91e31 100644 --- a/examples/go/README.md +++ b/examples/go/README.md @@ -29,7 +29,7 @@ $ chmod +x go-function-build $ go-function-build hello.go # Upload the function to fission -$ fission function create --name hello --env go-runtime --package function.so +$ fission function create --name hello --env go-env --package function.so # Map /hello to the hello function $ fission route create --method GET --url /hello --function hello