Skip to content

Commit

Permalink
Merge pull request #6 from francoishill/patch-1
Browse files Browse the repository at this point in the history
Fix typo in example usage
  • Loading branch information
mauler authored Jun 14, 2018
2 parents 27fce7e + d0aba03 commit 169162d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ How to use
Simple command line usage:

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

You can test using:
Expand Down

0 comments on commit 169162d

Please sign in to comment.