From 9a05b9be5d68cd0e7ee6bd97330fdc576c481d17 Mon Sep 17 00:00:00 2001 From: Johnny Shields Date: Mon, 4 Dec 2017 12:39:10 +0900 Subject: [PATCH] Add deprecation notice to readme This will avoid user confusion. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 884f763..50af914 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -MongoX +MongoX - DEPRECATED ======= [![Build Status](https://travis-ci.org/emerleite/mongox.svg?branch=master)](https://travis-ci.org/emerleite/mongox) [![Coveralls Coverage](https://img.shields.io/coveralls/emerleite/mongox.svg)](https://coveralls.io/github/emerleite/mongox) [![Inline docs](http://inch-ci.org/github/emerleite/mongox.svg)](http://inch-ci.org/github/emerleite/mongox) +## Deprecation Notice -This is a fork of [https://github.com/ericmj/mongodb](https://github.com/ericmj/mongodb) with full replica set support. We're current using it in production environment, so we need to evolve it regardless of the original project. +**TLDR;** Please use [https://github.com/ankhers/mongodb](https://github.com/ankhers/mongodb). + +This is an unmaintained fork of [ankhers/mongodb](https://github.com/ankhers/mongodb) which was made to support replica sets at a time when the original repo did not. [ankhers/mongodb](https://github.com/ankhers/mongodb) now offers full replica set support and is being actively maintained. ## Features