diff --git a/assets/templates/html/index.html.tmpl b/assets/templates/html/index.html.tmpl
index 7eae1d1..7b839d7 100644
--- a/assets/templates/html/index.html.tmpl
+++ b/assets/templates/html/index.html.tmpl
@@ -8,13 +8,10 @@ the command line.
## USAGE
- # Upload a file
- curl -F'file=@yourfile.png' {{.Request.Host}}
-
# Shorten a URL
curl -F'shorten=http://example.com/some/long/url' {{.Request.Host}}
# Shorten a URL with a token to delete it later
curl -F'shorten=http://example.com/some/long/url' -F'deleteToken=' {{.Request.Host}}
-{{end}}
\ No newline at end of file
+{{end}}
diff --git a/assets/templates/txt/index.txt.tmpl b/assets/templates/txt/index.txt.tmpl
index ac238f4..20b7c15 100644
--- a/assets/templates/txt/index.txt.tmpl
+++ b/assets/templates/txt/index.txt.tmpl
@@ -6,11 +6,8 @@ the command line.
## USAGE
- # Upload a file
- curl -F'file=@yourfile.png' {{.Request.Host}}
-
# Shorten a URL
curl -F'shorten=http://example.com/some/long/url' {{.Request.Host}}
# Shorten a URL with a token to delete it later
- curl -F'shorten=http://example.com/some/long/url' -F'deleteToken=' {{.Request.Host}}
\ No newline at end of file
+ curl -F'shorten=http://example.com/some/long/url' -F'deleteToken=' {{.Request.Host}}