From 727a1cdbfa6131a0d66a6e23d99da70ca6c8f97e Mon Sep 17 00:00:00 2001 From: adolli Date: Fri, 28 Sep 2018 11:29:11 +0800 Subject: [PATCH] update README fix English expressions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b708c4e..1c95d65 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ $ curl -F file=@foo.txt -F filename=hi.txt localhost:8000/somedir {"destination":"somedir/hi.txt","success":true} ``` -Filename should not contains `\/:*<>|` +Note: `\/:*<>|` are not allowed in filenames. ### Deploy with nginx Recommended configuration, assume your gohttpserver listening on `127.0.0.1:8200`