Skip to content

Commit 299e41d

Browse files
authored
Update README.md (#582)
1 parent 1af66e7 commit 299e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/functions/Python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def fx(request):
1010
then deploy it with `fx up` command,
1111

1212
```shell
13-
$ fx up -p 8080:3000 func.go
13+
$ fx up -p 8080:3000 func.py
1414
```
1515

1616
test it using `curl`

0 commit comments

Comments
 (0)