diff --git a/README.md b/README.md index 3d50c82..5098725 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer. * No accounts, no logins +* Mobile friendly responsive interface * Supports many and very big files (Streams ftw) * Resumable up- and downloads ([tus.io](https://tus.io)) * Set an expire-time for your upload bucket diff --git a/app/src/Upload.vue b/app/src/Upload.vue index 2b400da..365d90a 100644 --- a/app/src/Upload.vue +++ b/app/src/Upload.vue @@ -1,9 +1,9 @@