Skip to content

Commit

Permalink
Changed readme and package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokero committed Apr 4, 2017
1 parent bde4f4f commit 36d28d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# transformer-chain

Declarative processing of objects with support of filters, default values and validators. It can be used in HTTP API for example.
If you need only validation, take a look at [validy](https://github.com/Jokero/validy)
You may be interested in express middleware ([express-request-parameters](https://github.com/Jokero/express-request-parameters)) for it.
If you need only validation, take a look at [validy](https://github.com/Jokero/validy).

[![NPM version](https://img.shields.io/npm/v/transformer-chain.svg)](https://npmjs.org/package/transformer-chain)
[![Build status](https://img.shields.io/travis/Jokero/transformer-chain.svg)](https://travis-ci.org/Jokero/transformer-chain)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transformer-chain",
"description": "Declarative object transformations",
"description": "Declarative processing of objects with support of filters, default values and validators",
"version": "0.1.1",
"author": {
"name": "Dmitry Kirilyuk",
Expand Down

0 comments on commit 36d28d6

Please sign in to comment.