Skip to content

Commit 169162d

Browse files
authored
Merge pull request #6 from francoishill/patch-1
Fix typo in example usage
2 parents 27fce7e + d0aba03 commit 169162d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How to use
1414
Simple command line usage:
1515

1616
```
17-
docker run -p 11021:21 -it --rm -e FTP_USER=scott -e FTP_PASS=tiger -e mauler/simple-ftp-server
17+
docker run -p 11021:21 -it --rm -e FTP_USER=scott -e FTP_PASS=tiger mauler/simple-ftp-server
1818
```
1919

2020
You can test using:

0 commit comments

Comments
 (0)