diff --git a/README.md b/README.md index 7ff9854..f254548 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,6 @@ addr.Protocols() // } ``` -### Other formats - -```go -// handles the stupid url version too -m = ma.NewUrl("udp4://127.0.0.1:1234") -// -m.Url(buf) -// udp4://127.0.0.1:1234 -``` - ### En/decapsulate ```go