Skip to content

Commit

Permalink
correct fx up -p usage in node.js example (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei authored May 23, 2023
1 parent 826a5b8 commit 05bc26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/functions/JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = (ctx) => {
then deploy it with `fx up` command,

```shell
$ fx up -p 8080:3000 func.js
$ fx up -p 8080 func.js
```

test it using `curl`
Expand Down

0 comments on commit 05bc26e

Please sign in to comment.