From 589189ba67f92d356e0bc6fef1a1136890b4959f Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 9 Apr 2019 21:47:28 +0200 Subject: [PATCH] docs: Stress the trailing slash in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eed7e6..ef26e5f 100644 --- a/README.md +++ b/README.md @@ -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