From 747ada10e50ba5c31f9d481f9ced0ca2d468cd15 Mon Sep 17 00:00:00 2001 From: Christoph Wiechert Date: Sun, 7 May 2017 21:26:15 +0200 Subject: [PATCH] Fixed: Misspelled lib in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba305357..2f487f7f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simple open source self-hosted file sharing solution. * Supports many and very big files (Streams ftw) -* Resumable up- and downloads ([TUS](https://tus.io)) +* Resumable up- and downloads ([tus.io](https://tus.io)) * Set an expire-time for your upload bucket * One-time downloads * Requires Node >=7.4 or use `--harmony-async-await` flag