fix typo in example commands #6

Merged
NicoWeio merged 1 commits from patch-1 into master 2022-01-22 17:24:12 +01:00
Showing only changes of commit e17d8c5446 - Show all commits
+6 -6
View File
@@ -11,13 +11,13 @@ pip3 install transfersh-cli
## Use
``` bash
trasnfersh [file]
transfersh [file]
```
Example
``` bash
trasnfersh photos.zip
transfersh photos.zip
```
Output
@@ -37,13 +37,13 @@ In addition, the route will be saved in your clipboard. Ready to paste it where
`-a` or `--max-days`.
``` bash
trasnfersh --max-days [number] [file]
transfersh --max-days [number] [file]
```
Example
``` bash
trasnfersh --max-days 7 photos.zip
transfersh --max-days 7 photos.zip
```
### Maximum number of times that file can be downloaded
@@ -51,11 +51,11 @@ trasnfersh --max-days 7 photos.zip
`-d` or `--max-downloads`.
``` bash
trasnfersh --max-downloads [number] [file]
transfersh --max-downloads [number] [file]
```
Example
``` bash
trasnfersh --max-downloads 2 photos.zip
transfersh --max-downloads 2 photos.zip
```