diff --git a/README.md b/README.md index b1a7a15..9968e68 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -#sip-ping +# sip-ping Send a SIP OPTIONS request to a server over ws/wss or udp/tcp/tls. -##examples +## examples -WSS: +### WSS: ```bash sip-ping -addr wss://some.sip.server.com:443 ``` -UDP: +### UDP: ```bash sip-ping -addr udp://some.sip.server.com:5060 ``` -##install +## install Assuming you have [setup Go](https://golang.org/doc/install): @@ -22,7 +22,7 @@ Assuming you have [setup Go](https://golang.org/doc/install): go get github.com/lwahlmeier/sip-ping ``` -##building +## building Uses docker for isolated/repeatable binary builds.