Skip to content

Commit 5df9d34

Browse files
authored
Add Build Status badge
1 parent 2c36b12 commit 5df9d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<h3 align="center">This project is supported by <a href="https://www.generativeobjects.com/" target="_blank">Generative Objects</a></h3>
88

9-
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
9+
[![Build Status](https://travis-ci.org/vuex-orm/plugin-change-flags.svg?branch=master)](https://travis-ci.org/vuex-orm/plugin-change-flags) [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
1010

1111
This is a plugin for the [Vuex-ORM](https://github.com/vuex-orm/vuex-orm) library.
1212
It adds two flags `$isDirty` and `$isNew` (as _boolean_ attributes) on any instance of the entities created through this library and updates their values automatically.

0 commit comments

Comments
 (0)