Skip to content

Commit 7d7ce9c

Browse files
committed
Fix README.md mistaske
We did not add the dir to PATH, so adding the prefix "./".
1 parent 23c9510 commit 7d7ce9c

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)