Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit authored Jun 25, 2016
1 parent bb34c88 commit 68e06f4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Treacherous

[![Build Status](https://travis-ci.org/grofit/treacherous.svg?branch=master)](https://travis-ci.org/grofit/treacherous)
[![Join the chat at https://gitter.im/grofit/treacherous](https://badges.gitter.im/grofit/treacherous.svg)](https://gitter.im/grofit/treacherous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


A modern async validation system to be used on the server or in the browser as well as with or without
view frameworks.

[![Build Status][build-status-image]][build-status-url]
[![NPM Version][npm-version-image]][npm-version-url]
[![Join Gitter Chat][gitter-image]][gitter-url]

It is an attempt to bring some consistency to validation in the javascript world you can write your
validation rules in a single way a single time and re-use it anywhere you want without worrying about
each framework/platforms many different validation paradigms or libraries.
Expand Down Expand Up @@ -206,3 +206,10 @@ letting you re-use more of your code base in a more consistent way.
Ultimately each framework tends to have it's own validation system, but with Treacherous you
can write your validation rules once, and consume them anywhere (that has a compatible binding layer).
[build-status-image]: https://travis-ci.org/grofit/treacherous.svg
[build-status-url]: https://travis-ci.org/grofit/treacherous
[gitter-image]: https://badges.gitter.im/grofit/treacherous.svg
[gitter-url]: https://gitter.im/grofit/treacherous
[npm-version-image]: https://badge.fury.io/js/treacherous.svg
[npm-version-url]: https://www.npmjs.com/package/treacherous

0 comments on commit 68e06f4

Please sign in to comment.