Fix incorrect reference to import.py in readme file. Closes gh-1

This commit is contained in:
Jaisen Mathai 2015-10-27 00:45:18 -07:00
parent a113b8d07f
commit c3b233fff2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ My guess is you've got quite a few photos scattered around. The first thing I'll
Fire up your terminal and run this command which *__copies__* your photos into something a bit more structured.
```
./elodie.py --type=photo --source="/where/my/photos/are" --destination="/where/i/want/my/photos/to/go"
./import.py --type=photo --source="/where/my/photos/are" --destination="/where/i/want/my/photos/to/go"
```
I'm pretty fast but depending on how many photos you have you might want to grab a snack. When you run this command I'll `print` out my work as I go along. If you're bored you can open `/where/i/want/my/photos/to/go` in *Finder* and watch as I effortlessly copy your photos there.