Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Aug 13, 2023
1 parent 3d5f723 commit 2190364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ from swimprotocol.udp import UdpConfig

config = UdpConfig(local_name='127.0.0.1:2001',
local_metadata={'name': b'one'},
peers=['127.0.0.1:2002'])
peers=['127.0.0.1:2002'],
secret='my secret')
```

All other config arguments have default values, which are tuned somewhat
Expand Down

0 comments on commit 2190364

Please sign in to comment.