We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af66e7 commit 299e41dCopy full SHA for 299e41d
examples/functions/Python/README.md
@@ -10,7 +10,7 @@ def fx(request):
10
then deploy it with `fx up` command,
11
12
```shell
13
-$ fx up -p 8080:3000 func.go
+$ fx up -p 8080:3000 func.py
14
```
15
16
test it using `curl`
0 commit comments