fixed typo

This commit is contained in:
Felix Lohmeier 2017-10-23 13:05:41 +02:00
parent abeb18abc4
commit b6e1f5be06
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
### run a script
> docker run --rm -v "$PWD":/data:z -w /data felixlohmeierpandas python my-script.py
> docker run --rm -v "$PWD":/data:z -w /data felixlohmeier/pandas python my-script.py