Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Correction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
metric-space committed Jan 7, 2017
1 parent 6425b45 commit 181ff5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,15 @@ const incorrect1 = {

validate(incorrect1, schema1);

// output -> Left("weapon", undefined)
// output -> Left(Tuple("weapon", undefined))
// tuples are based on fantasy-land-tuples

```

### What this is not
1. A fast library (overuse of Ramda.js and Sanctuary js type checking has made this slow)

### P.S
1. This also features schema checking for validity based on some preset rules

[![Build Status](https://travis-ci.org/functor-soup/yajjsl.svg?branch=master)](https://travis-ci.org/functor-soup/yajjsl)

0 comments on commit 181ff5b

Please sign in to comment.