diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-07 11:51:32 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:47:25 +0200 |
| commit | 01de0faa57b784f7f6badfb19b8b09c4a070c775 (patch) | |
| tree | 5bac377026c96468b7450e435eaa786bf2ad360f /web-server/README.md | |
| parent | 890cd3f7028bfccd77b0d04670f7bc07293ed383 (diff) | |
Rename mongodb to database
Diffstat (limited to 'web-server/README.md')
| -rw-r--r-- | web-server/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
