aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-24 14:13:06 +0100
committerAkshay <[email protected]>2020-08-24 14:13:06 +0100
commit1769baea084b9e414bfd8e24e942d119d8653348 (patch)
tree94274d2ab13ed093d8eb72df1d26196ede29a19c /src
parent4f83c8c353d25a1e2bf5c4859428bb2c3f1c04bb (diff)
add crate meta
Diffstat (limited to 'src')
-rw-r--r--src/service.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.rs b/src/service.rs
index 6526d15..2908bc8 100644
--- a/src/service.rs
+++ b/src/service.rs
@@ -26,6 +26,7 @@ This URL shortening service is powered by hedge.
26 github.com/nerdypepper/hedge 26 github.com/nerdypepper/hedge
27 27
28To shorten urls: 28To shorten urls:
29
29 curl -F'shorten=https://shorten.some/long/url' {}\n", 30 curl -F'shorten=https://shorten.some/long/url' {}\n",
30 String::from_utf8_lossy(host) 31 String::from_utf8_lossy(host)
31 ); 32 );