From db2e462580df5a1477456d6f6dad5fa13a249bf9 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sun, 12 Mar 2017 00:01:41 +0200 Subject: [PATCH] Added helper script to create/update indexes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49214cbb..8ffd28a8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ You can either modify the default [config file](./config/default.js) or alternat Run the [index queries](./indexes.js) in MongoDB (optional, the app would work without it as indexes only become relevant once you have more than few messages stored) -There's a helper script that you can run from the command line +There's a helper script that you can run from the command line to add/updated indexes in the database provided by the configuration file ``` $ npm run indexes