docs: Stress the trailing slash in README

This commit is contained in:
Marius 2019-04-09 21:47:28 +02:00 committed by GitHub
parent 25f64ee00a
commit 589189ba67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ go build -o tusd cmd/tusd/main.go
Start the tusd upload server is as simple as invoking a single command. For example, following
snippet demonstrates how to start a tusd process which accepts tus uploads at
`http://localhost:1080/files/` and stores them locally in the `./data` directory:
`http://localhost:1080/files/` (notice the trailing slash) and stores them locally in the `./data` directory:
```
$ tusd -dir ./data