aboutsummaryrefslogtreecommitdiff
path: root/src/service.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.rs')
-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 );