From 7f1f8a0268b3392b65c1d4ec53dce2debee8a083 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Wed, 19 Sep 2018 17:06:06 +0300 Subject: [PATCH] migrating to typescript --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b43ceaf..fd0a4c8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

USAGE

-

1. Create a new database.
+

1. Create a new PostgreSQL database.
Sample:  CREATE DATABASE my_postgresql_database;
If you are planning to migrate spatial data (geometry type columns), then PostGIS should be installed and enabled.

@@ -66,7 +66,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

1. Create a new PostgreSQL database.
Sample:  CREATE DATABASE nmig_test_db;

-

2. Download Nmig package.

+

2. Download Nmig package.
Sample: /path/to/nmig

3. Edit configuration file located at /path/to/nmig/config/test_config.json with correct details.

Notes: