Skip to content

Commit

Permalink
README: --bind instead of --address in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 5, 2024
1 parent 000e5de commit e9b3a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following options can be added to the **haxelib run snake-server** command t
Example:

```sh
haxelib run snake-server --address 0.0.0.0 --port 3000 --protocol HTTP/1.1 --directory www
haxelib run snake-server --bind 0.0.0.0 --port 3000 --protocol HTTP/1.1 --directory www
```

## Haxe Documentation
Expand Down

0 comments on commit e9b3a5b

Please sign in to comment.