Skip to content

Commit

Permalink
Update readme with new Travis shield.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer committed Jul 27, 2016
1 parent 7b9fd25 commit 588a41d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Typed-immutable [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Gitter][gitter-image]][gitter-url]
# Typed-immutable [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
=========

Library provides is built upon [immutable.js][] to leverage it’s immutable [persistent][] data and provide structural typing on top of that. Library is not aiming to provide type safety of typed language (some static type checker like [flow][] would be tool for that) although it allows user to define structured types and guarantees that values produced and later transformed will conform to pre-defined structure. Handy use case for such tool would be an application state modelling (in [MVC][] sense), specially if state is centralised but compartmentalized for us by independent components.
Expand Down Expand Up @@ -337,12 +337,8 @@ v3.toString() // => Typed.Record({value: Any})({ "value": Typed.Record({value: A
[npm-url]: https://npmjs.org/package/typed-immutable
[npm-image]: https://img.shields.io/npm/v/typed-immutable.svg?style=flat

[travis-url]: https://travis-ci.org/Gozala/typed-immutable
[travis-image]: https://img.shields.io/travis/Gozala/typed-immutable.svg?style=flat

[gitter-url]: https://gitter.im/Gozala/typed-immutable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg

[travis-url]: https://travis-ci.org/typed-immutable/typed-immutable
[travis-image]: https://img.shields.io/travis/typed-immutable/typed-immutable.svg?style=flat


[immutable.js]:http:https://facebook.github.io/immutable-js/
Expand Down

0 comments on commit 588a41d

Please sign in to comment.