fix old doc

chrislu 2022-08-13 23:53:39 -07:00
parent 3575cc5f81
commit 269e2a8904

@ -54,7 +54,7 @@ Examples:
```bash
# Basic Usage:
> curl -F file=@report.js "http://localhost:8888/javascript/"
{"name":"report.js","size":866,"fid":"7,0254f1f3fd","url":"http://localhost:8081/7,0254f1f3fd"}
{"name":"report.js","size":866}
> curl "http://localhost:8888/javascript/report.js" # get the file content
> curl -I "http://localhost:8888/javascript/report.js" # get only header
...