Browse Source

Update README.md

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

+ 1 - 1
README.md

@@ -69,7 +69,7 @@ using (Host server = new Host()) {
 }
 ```
 
-Create a new client:
+Start a new client:
 ```c#
 using (Host client = new Host()) {
 	Address address = new Address();