From 9c003fd9ab80f84591b79db1eba9b7a65dc03455 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Wed, 15 Feb 2017 18:44:12 -0600 Subject: [PATCH] add deprecation notice since analogous methods are built into meteor now --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 653da82..a0100c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# DEPRECATED. Use `Mongo.Collection.rawCollection` and `Mongo.Collection.rawDatabase` instead. + # meteorhacks:collection-utils Exposes some internal `Mongo Connection` apis into `Mongo.Connection`.