From 9e8fcb059c6b17eb9c6e021eab2c1f28333d1281 Mon Sep 17 00:00:00 2001 From: Bogdan Korenkov Date: Thu, 15 Aug 2019 09:57:39 +0300 Subject: [PATCH] fix: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92bd70e..2876c89 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![codecov](https://codecov.io/gh/Kononnable/typeorm-model-generator/branch/master/graph/badge.svg)](https://codecov.io/gh/Kononnable/typeorm-model-generator) Generates models for TypeORM from existing databases. -Suported db engines: +Supported db engines: * Microsoft SQL Server * PostgreSQL * MySQL @@ -21,7 +21,7 @@ To install module globally simply type `npm i -g typeorm-model-generator` in you Thanks to npx you can use npm modules without polluting global installs. So nothing to do here :) >To use `npx` you need to use npm at version at least 5.2.0. Try updating your npm by `npm i -g npm` ### Database drivers -All database drivers except oracle are installed by default. To use typeorm-model-generator with oracle databese you need to install driver with `npm i oracledb` and configure [oracle install client](http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html) on your machine. +All database drivers except oracle are installed by default. To use typeorm-model-generator with oracle database you need to install driver with `npm i oracledb` and configure [oracle install client](http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html) on your machine. ## Usage