diff --git a/src/net.md b/src/net.md index 1397a64..5a50dd5 100644 --- a/src/net.md +++ b/src/net.md @@ -14,6 +14,8 @@ ## 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