diff --git a/README.md b/README.md index 42a2f48..066004d 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ from MySql to PostgreSql as easy and smooth as possible.
Important update!
Recently I've developed NMIG, a database migration app, written in Node.js, and highly inspired by FromMySqlToPostgreSql.
-NMIG has a few important functional enhancements.
+NMIG has important functional enhancements.
Due to Node.js asynchronous nature, NMIG executes a part of its tasks in parallel, what makes it up to 3 times faster than FromMySqlToPostgreSql. Visit https://github.com/AnatolyUss/nmig.
However, if you're not into Node.js, you can still use old and proven FromMySqlToPostgreSql.