diff --git a/README_BROWSER.md b/README_BROWSER.md index a93a20863..0b2cf86d1 100644 --- a/README_BROWSER.md +++ b/README_BROWSER.md @@ -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).