fixed readme issue

This commit is contained in:
Umed Khudoiberdiev 2016-12-06 14:21:32 +05:00
parent d3fd0fe04c
commit 0bb0ce048e

View File

@ -91,7 +91,7 @@ Also make sure you are using TypeScript compiler version > **2.1** and you have
TypeORM was tested with Node.JS version 6 and above.
If you have errors during app bootstrap, try to upgrade your node.js version to the latest version.
## Usage in the browser with WebSQL
#### Usage in the browser with WebSQL
TypeORM works in the browser and has experimental support of WebSQL.
If you want to use TypeORM in the browser then you need to `npm i typeorm-browser` instead of `typeorm`.