]> git.phdru.name Git - sqlconvert.git/blobdiff - README.txt
Use coverage and tox for testing
[sqlconvert.git] / README.txt
index 2e444746fcdebf7a61844fa24ed2e606970e4bba..4e23eb116f6e80f64048278dee77654e59f4a72f 100644 (file)
@@ -2,12 +2,12 @@ Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
 Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
 Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
-This is sqlconvert, a a library to perform SQL convertions. It uses
+This is sqlconvert, a library to perform SQL conversions. It uses
 sqlparse to parse SQL.
 
 The library is in the early stage of development and currently cannot do
 much.
 
 sqlparse to parse SQL.
 
 The library is in the early stage of development and currently cannot do
 much.
 
-The first goal is to implemet mysq2sql, a script intended primarily to
+The first goal is to implement mysql2sql, a script intended primarily to
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.