diff --git a/README.md b/README.md index 8b45add..59bed21 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ First, dump your MySQL database in PostgreSQL-compatible format mysqldump --compatible=postgresql --default-character-set=utf8 \ -r databasename.mysql -u root databasename -Then, convert it using the dbconverter.py script +Then, convert it using the db_converter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal.