From 1fdfb7ac9bbf1b8f0fcda028d59cfcfc0b277202 Mon Sep 17 00:00:00 2001 From: Yun Date: Sun, 1 Jul 2018 14:44:54 -0700 Subject: [PATCH] make edits in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c75136d..a0c9326 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easy and fast file sharing from the command-line. This code contains the server with everything you need to create your own instance. -Transfer.sh support currently the s3 (Amazon S3) and gdrive (Google Drive) providers and local file system (local). +Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive) providers, and local file system (local). ## Usage @@ -91,7 +91,7 @@ go build -o transfersh main.go ## Docker -For easy deployment we've created a Docker container. +For easy deployment, we've created a Docker container. ``` docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/