From 6b402c0e610bea55b766232874f27f9114113881 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel Date: Sat, 28 May 2011 13:42:51 -0600 Subject: [PATCH] update README re breakout of conformance tests (issue #16) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f05b2d7..00a573e 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,9 @@ This repository is the home to many things related to JSONSelect: * [Documentation](https://github.com/lloyd/JSONSelect/blob/master/JSONSelect.md) which describes the language * The [jsonselect.org](http://jsonselect.org) [site source](https://github.com/lloyd/JSONSelect/blob/master/site/) * A [reference implementation](https://github.com/lloyd/JSONSelect/blob/master/src/jsonselect.js) in JavaScript - * [Conformance tests](https://github.com/lloyd/JSONSelect/blob/master/tests/) to help JSONSelect implementors along. + +## Related projects + +Conformance tests are broken out into a [separate +repository](https://github.com/lloyd/JSONSelectTests) and may be used +by other implementations. \ No newline at end of file