From df5e784908b7cbcd2a43018b8b855d3fa4491d02 Mon Sep 17 00:00:00 2001 From: Gerald Bauer Date: Tue, 28 Mar 2017 17:00:23 +0200 Subject: [PATCH] Update MONGO.md --- MONGO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MONGO.md b/MONGO.md index bd26a434..0a910a0c 100644 --- a/MONGO.md +++ b/MONGO.md @@ -7,7 +7,7 @@ ## Import -Use the `mongoimport` command/tool to import the json documents. +Use the `mongoimport` command/tool to import the `factbook.json` documents. For example to import the country profile of Austria (that is, `europe/au.json`) use: ```