Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
komlev committed Jan 25, 2018
1 parent 8d923d7 commit 637d527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Forx
Javascript validational library.

[![Coverage Status](https://coveralls.io/repos/github/komlev/forx/badge.svg?branch=master)](https://coveralls.io/github/komlev/forx?branch=master)

## Validation
Configuration is written as an array of validation objects.

Expand Down Expand Up @@ -146,7 +148,7 @@ Where **testFunction** is a function which receives data from **value** and **pa

### Path

Data is retrieved and written through the [q3000]([I'm an inline-style link](https://www.google.com) library.
Data is retrieved and written through the [q3000](https://www.npmjs.com/package/q3000) library.

```js
const data = {
Expand Down

0 comments on commit 637d527

Please sign in to comment.