Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
fix English expressions
  • Loading branch information
adolli committed Sep 28, 2018
1 parent 5333393 commit 727a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`
Expand Down

0 comments on commit 727a1cd

Please sign in to comment.