From 062fa19708c86f3767690377995ba82c632ea668 Mon Sep 17 00:00:00 2001 From: Kyle Bostelmann Date: Fri, 5 May 2017 20:18:12 -0300 Subject: [PATCH] Include missing badges #33 --- src/net.md | 2 ++ 1 file changed, 2 insertions(+) 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