From f695de182f62fbd3bf10c634993ac3e9afa53be3 Mon Sep 17 00:00:00 2001 From: Chris Schmich Date: Thu, 25 Sep 2014 17:46:47 -0500 Subject: [PATCH] Fix typo. Fix typo in script name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b45add..f475c41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ First, dump your MySQL database in PostgreSQL-compatible format Then, convert it using the dbconverter.py script -`python dbconverter.py databasename.mysql databasename.psql` +`python db_converter.py databasename.mysql databasename.psql` It'll print progress to the terminal.