diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/service.rs | 1 |
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 | ||
28 | To shorten urls: | 28 | To 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 | ); |