Update README_BROWSER.md

This commit is contained in:
Umed Khudoiberdiev 2016-12-07 14:59:30 +05:00 committed by GitHub
parent cc54026e8b
commit 8c8227f776

View File

@ -1,6 +1,11 @@
# TypeORM in browser
[![Join the chat at https://gitter.im/pleerock/typeorm](https://badges.gitter.im/pleerock/typeorm.svg)](https://gitter.im/pleerock/typeorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/typeorm/typeorm.svg?branch=master)](https://travis-ci.org/typeorm/typeorm)
[![codecov](https://codecov.io/gh/typeorm/typeorm/branch/master/graph/badge.svg)](https://codecov.io/gh/typeorm/typeorm)
[![npm version](https://badge.fury.io/js/typeorm.svg)](https://badge.fury.io/js/typeorm)
[![Dependency Status](https://david-dm.org/typeorm/typeorm.svg)](https://david-dm.org/typeorm/typeorm)
[![devDependency Status](https://david-dm.org/typeorm/typeorm/dev-status.svg)](https://david-dm.org/typeorm/typeorm#info=devDependencies)
[![Join the chat at https://gitter.im/typeorm/typeorm](https://badges.gitter.im/typeorm/typeorm.svg)](https://gitter.im/typeorm/typeorm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
TypeORM is an [Object Relational Mapper](1) (ORM) for node.js written in
TypeScript that can be used with TypeScript or JavaScript (ES5, ES6, ES7).