From 01de0faa57b784f7f6badfb19b8b09c4a070c775 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 7 Jul 2020 11:51:32 +0200 Subject: Rename mongodb to database --- web-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-server/README.md') diff --git a/web-server/README.md b/web-server/README.md index 49c605c5..84fd09cc 100644 --- a/web-server/README.md +++ b/web-server/README.md @@ -58,7 +58,7 @@ Make sure you have Python 3.7+ installed (if not, get it [here](https://www.pyth pip install -r requirements.txt ``` -The web server also requires a running MongoDB instance. We recommend setting this up through docker, by running `docker-compose build` and `docker-compose up` in the [`mongodb` directory](../mongodb) of the main OpenDC repository. +The web server also requires a running MongoDB instance. We recommend setting this up through docker, by running `docker-compose build` and `docker-compose up` in the [`mongodb` directory](../database) of the main OpenDC repository. #### Get and configure the code -- cgit v1.2.3