diff --git a/README.md b/README.md
index 4077ff92..e962a788 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[](https://www.npmjs.com/package/@dadi/api)
-[](https://github.com/dadi/api)
+[](https://github.com/dadi/api)
[](https://travis-ci.org/dadi/api)
[](http://standardjs.com/)
@@ -14,7 +14,7 @@
## Overview
-DADI API is built on Node.JS and MongoDB. It is a high performance RESTful API layer designed in support of [API-first development and the principle of COPE](https://dadi.tech/platform/concepts/api-first-and-cope/).
+DADI API is built on Node.JS. It is a high performance RESTful API layer designed in support of [API-first development and the principle of COPE](https://dadi.tech/platform/concepts/api-first-and-cope/). It can use virtually any database engine, such as [MongoDB](https://github.com/dadi/api-mongodb), [CouchDB](https://github.com/dadi/api-couchdb), [RethinkDB](https://github.com/dadi/api-rethinkdb) or simply a [JSON filestore](https://github.com/dadi/api-filestore).
You can consider it as the data layer within a platform (including the data model). It is designed to be plugged into a templating layer (such as [DADI Web](https://dadi.tech/platform/web)), a mobile application or to be used with any other data consumer.
@@ -28,8 +28,8 @@ It is part of DADI, a suite of components covering the full development stack, b
## Requirements
-* **[MongoDB](https://docs.mongodb.com/v3.0/)** (supported versions: 3.2, 3.4)
* **[Node.js](https://www.nodejs.org/)** (supported versions: 6.11.x, 8.9.x)
+* A [data connector module](https://www.npmjs.com/search?q=keywords:dadi-api-connector)
## Your first API project
@@ -167,7 +167,7 @@ DADI API is based on an original idea by Joseph Denne. It is developed and maint
DADI is a data centric development and delivery stack, built specifically in support of the principles of API first and COPE.
Copyright notice
-(C) 2017 DADI+ Limited
+(C) 2018 DADI+ Limited
All rights reserved
This product is part of DADI.