From ed80449770346b6eaf27a45e0af0e0809c337e4d Mon Sep 17 00:00:00 2001
From: Tobias Schwab <tobstarr@gmail.com>
Date: Sat, 22 Nov 2014 12:09:16 +0100
Subject: [PATCH] Update README.md

Fix example call
---
 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.