From f1d373883065b696b1801839b2dd539a633f049f Mon Sep 17 00:00:00 2001 From: georgeu2000 Date: Tue, 26 Jan 2016 15:07:44 -0800 Subject: [PATCH] Update README.markdown --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index 4fc0ca3e..041afab2 100644 --- a/README.markdown +++ b/README.markdown @@ -78,6 +78,12 @@ mount Genghis::Server.new, :at => '/genghis' +Indexes +------- +Currently Genghis does not support adding indexes. Indexes can be created using the mongo shell. See [Indexes Tutorial](https://docs.mongodb.org/manual/tutorial/create-an-index/) on MongoDB. + + + Genghis Dependencies --------------------