Update readme.md

master
Ryan Lee 2016-06-02 02:35:08 -07:00
parent 7e91c35e9f
commit 00b44bfea0
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Peer to peer netcat connection
- Netcat with p2p connection
- Netcat over p2p connection
- Connection through different internal network
- No port forwarding required
@ -41,11 +41,11 @@ Hello~
Quickly send and receive file between your devices without cloud server.
Peer A (receive)
Peer A (listen and receive)
```
> p2pnc -l peer_a > dst_file.txt
```
Peer B (send)
Peer B (connect and send)
```
> p2pnc peer_a < src_file.txt
```