Include missing badges #33

This commit is contained in:
Kyle Bostelmann 2017-05-05 20:18:12 -03:00 committed by GitHub
parent b2073a0f0d
commit 062fa19708

View file

@ -14,6 +14,8 @@
<a name="ex-url-parse"/>
## Parse a URL from a string to a `Url` type
[![url-badge]][url] [![cat-net-badge]][cat-net]
Parses a URL from a string to a `Url` type and then prints it to the console.
```rust