Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
ea4d417ea9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -66,7 +66,6 @@ while (!Console.KeyAvailable) {
 }
 
 server.Flush();
-server.Dispose();
 ```
 
 Create a new client:
@@ -107,7 +106,6 @@ while (!Console.KeyAvailable) {
 }
 
 client.Flush();
-client.Dispose();
 ```
 
 Create and send a new packet: