From 604da69277759d7f4274bb9e465304d2743ebbdd Mon Sep 17 00:00:00 2001 From: Luke Wahlmeier Date: Mon, 3 Jun 2019 19:10:14 -0600 Subject: [PATCH] updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.