From 3402a0d2cb20eb36f8adc8fffc5e03f903728f19 Mon Sep 17 00:00:00 2001 From: Geoff Cox Date: Mon, 25 Sep 2017 15:35:02 -0700 Subject: [PATCH] doc(readme): link to TESTING.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 985f203..e73cfe4 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,5 @@ A JS API for CouchDB that does the heavy lifting * [Examples](https://github.com/redgeoff/slouch/tree/master/examples) * [Reference](https://github.com/redgeoff/slouch/wiki#table-of-contents) * [Don’t Just Relax; Slouch: A JS Client for CouchDB that Does the Heavy Lifting](https://medium.com/@redgeoff/dont-just-relax-slouch-a-js-client-for-couchdb-that-does-the-heavy-lifting-d8232eba8e2c) + +## [Testing/Contributing](TESTING.md)