|
1 | | -#Dob·[](https://travis-ci.org/dobjs/dob)[](https://www.npmjs.com/package/dob)[](https://codecov.io/github/dobjs/dob) |
2 | | - |
3 | 1 | <palign="center"> |
4 | 2 | <img src="https://avatars1.githubusercontent.com/u/32093464?s=400&u=d360e449a9d59cf7422100349711ab0e0389d06a&v=4" height=100/> |
5 | | -<h3 align="center">dob</h3> |
| 3 | +<h2 align="center">Dob</h2> |
6 | 4 | <p align="center"> |
7 | 5 | <i> |
8 | | - Dob is a tool for monitoring object changes. Using <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">Proxy</a>. |
| 6 | + Dob is a tool for monitoring object changes. Using <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">Proxy</a>. <a href="https://dobjs.github.io/dob-docs/">Online Docs</a>. |
9 | 7 | </i> |
10 | 8 | <p> |
11 | 9 | <p align="center"> |
12 | 10 | <i> |
13 | | - <a target="_blank" href="https://dobjs.github.io/dob-docs/">Online Docs</a>. |
| 11 | + <a href="https://travis-ci.org/dobjs/dob"> |
| 12 | + <img src="https://img.shields.io/travis/dobjs/dob/master.svg?style=flat" alt="CircleCI Status"> |
| 13 | + </a> |
| 14 | + <a href="https://www.npmjs.com/package/dob"> |
| 15 | + <img src="https://img.shields.io/npm/v/dob.svg?style=flat" alt="NPM Version"> |
| 16 | + </a> |
| 17 | + <a href="https://codecov.io/github/dobjs/dob"> |
| 18 | + <img src="https://img.shields.io/codecov/c/github/dobjs/dob/master.svg" alt="Code Coverage"> |
| 19 | + </a> |
14 | 20 | </i> |
15 | 21 | </p> |
16 | 22 | </p> |
|