Skip to content

Commit a7e2b7b

Browse files
committed
Typos in the description
1 parent 0243f94 commit a7e2b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# icm-backup-lists
1+
# imdb-backup-lists
22

33
A simple tool to backup all your lists from IMDb including your watchlist and ratings. Creates a .zip archive with .csv files exported from the site. To prevent filesystem errors all personal lists are renamed to `ls0XXXXXXXX_latinized-list-name.csv`, but all original list titles (including multiline ones) are preserved in `titles.txt` in the same archive.
44

@@ -46,10 +46,10 @@ Otherwise you can run it from the source code:
4646
3. Use any of the following steps to run the tool (depending on which file you've downloaded):
4747
- Executable (`imdb_backup.exe`):
4848
- double click on the file
49-
- or type `$ imdb_backup.exe --nopause` in the command line
49+
- or type `imdb_backup.exe --nopause` in the command line
5050
- Script (`imdb_backup.py`):
5151
- double click on the file
52-
- or type `$ python imdb_backup.py --nopause` in the command line
52+
- or type `python imdb_backup.py --nopause` in the command line
5353

5454
4. After the tool has finished running, `imdb_exported_lists.zip` should appear in your working directory.
5555

0 commit comments

Comments
 (0)