Browse Source

Merge ec94dc7802 into 2c89380a5d

pull/154/merge
Angsuman Chakraborty 5 years ago
committed by GitHub
parent
commit
84c84e3efd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -8,7 +8,7 @@ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive) provide

### Upload:
```bash
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
$ curl -X PUT --upload-file ./hello.txt https://transfer.sh/hello.txt
```

### Encrypt & upload:


Loading…
Cancel
Save