removed url from readme

This commit is contained in:
Juan Batiz-Benet 2014-10-11 03:30:15 -07:00
parent 68a20675cb
commit d43f6afdd9

View File

@ -34,16 +34,6 @@ addr.Protocols()
// }
```
### Other formats
```go
// handles the stupid url version too
m = ma.NewUrl("udp4://127.0.0.1:1234")
// <Multiaddr /ip4/127.0.0.1/udp/1234>
m.Url(buf)
// udp4://127.0.0.1:1234
```
### En/decapsulate
```go