Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmaskit authored Aug 5, 2021
1 parent 4b6ace0 commit 2d7619f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#### Demonstration purposes only, do not use in production 🙂

```shell script
$ go run echo-server.go
$ go run proxy-server.go
$ nc 0.0.0.0 80
$ make all
$ ./bin/echoserver
$ ./bin/proxyserver
$ nc 0.0.0.0 7
```

0 comments on commit 2d7619f

Please sign in to comment.