fix readme typo
This commit is contained in:
parent
99a079f5cb
commit
aa7c5e8f09
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ client.destroy_mapping(25565, 2) # => {0, 130, 0, 22758, 25565, 0, 0}
|
|||
|
||||
# Maps the internal port 22000 to external port 22000, UDP
|
||||
client.request_mapping(22000, 22000, 1) # => {0, 129, 0, 22758, 22000, 22000, 7200}
|
||||
# Destroys the mapping with internal port 25565, TCP
|
||||
# Destroys the mapping with internal port 22000, UDP
|
||||
client.destroy_mapping(22000, 1) # => {0, 129, 0, 22758, 22000, 0, 0}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue