Skip to content

Commit 5737c46

Browse files
authored
Merge pull request #11 from SmallHanley/patch
Fix README.md mistaske
2 parents 23c9510 + 7d7ce9c commit 5737c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinync/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ $ nc -l 127.0.0.1 9000
8080
```
8181
Then launch `tinync` in `T2`:
8282
```shell
83-
$ tinync 127.0.0.1 9000
83+
$ ./tinync 127.0.0.1 9000
8484
```
85-
Now, any words typed in `T1` will be recived and presented in `T2`, and vice versa.
85+
Now, any words typed in `T1` will be recived and presented in `T2`, and vice versa.

0 commit comments

Comments
 (0)