From dd6bfd73e256a6751e8f3735185f62feec195fed Mon Sep 17 00:00:00 2001 From: George Buckerfield Date: Tue, 22 Aug 2017 15:51:58 +0100 Subject: [PATCH] Minor documentation fix for the go example (#292) --- examples/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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