Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/mbroadst/thinkagain.svg?branch=master)](https://travis-ci.org/mbroadst/thinkagain)
[![Test Coverage](https://codeclimate.com/github/mbroadst/thinkagain/badges/coverage.svg)](https://codeclimate.com/github/mbroadst/thinkagain/coverage)

ThinkAgain is a fork of [thinky](http://thinky.io/) with first-class support for [json-schema](json-schema.org) using [ajv](https://github.com/epoberezkin/ajv) for validation.
ThinkAgain is a fork of [thinky](http://justonepixel.com/thinky/) with first-class support for [json-schema](json-schema.org) using [ajv](https://github.com/epoberezkin/ajv) for validation.

## Install
```
Expand Down Expand Up @@ -72,7 +72,7 @@ output:

## Notes

Presently this is, for the most part, a drop-in replacement for [thinky](http://thinky.io/), with a few notable changes:
Presently this is, for the most part, a drop-in replacement for [thinky](http://justonepixel.com/thinky/), with a few notable changes:
* Table schemas explicitly use [json-schema](http://json-schema.org/) instead of thinky's home brewed schemas
* Virtual fields are not (yet) implemented
* All validation is asynchronous
Expand All @@ -81,6 +81,6 @@ Presently this is, for the most part, a drop-in replacement for [thinky](http://

## Credits

* Many thanks to [neumino](https://github.com/neumino) for his great work on [thinky](http://think.io), without which this module would not be possible.
* Many thanks to [neumino](https://github.com/neumino) for his great work on [thinky](http://justonepixel.com/thinky/), without which this module would not be possible.
* Additional thanks to [epoberezkin](https://github.com/epoberezkin) for his fantastic work on [ajv](https://github.com/epoberezkin/ajv).