Skip to content

Commit

Permalink
added model version to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikido committed Aug 4, 2016
1 parent eb9ba9a commit af3bbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mobx-model
# Mobx-model [![npm version](https://badge.fury.io/js/mobx-model.svg)](https://badge.fury.io/js/mobx-model)

This is a library to simplify [mobx](https://github.com/mobxjs/mobx) data stores that mimic backend models. It includes simple class that makes API requests and executes callbacks on success/failure. Model attributes and relations are then updated from server-side json. Note that you will need es6 support with static properties to use mobx-model.

Expand Down

0 comments on commit af3bbf5

Please sign in to comment.