Minor documentation fix for the go example (#292)

This commit is contained in:
George Buckerfield
2017-08-22 07:51:58 -07:00
committed by Soam Vasani
parent fe9f200606
commit dd6bfd73e2
+1 -1
View File
@@ -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