Skip to content

Commit

Permalink
Accurately reflect server.listen options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu authored and lsongdev committed Jun 12, 2024
1 parent b2fdf66 commit 6ffa410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ server.listen({
udp: {
port: 5333,
address: "127.0.0.1",
type: "udp4", // IPv4 or IPv6 (Must be either "udp4" or "udp6")
},

// Optionally specify port and/or address for tcp server:
Expand Down

0 comments on commit 6ffa410

Please sign in to comment.