From 1bfb16539f287ff4aa5786ad8878527704e5a754 Mon Sep 17 00:00:00 2001 From: Yury Date: Thu, 13 Feb 2025 21:00:08 +0200 Subject: [PATCH] Fix error message to match console log --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d2b5c..fa90858 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ If the server works and the `hosts` file is saved, `Alt+Tab` to a game console t * `libcurl error 60 (Peer certificate cannot be authenticated with given CA certificates)` - indicates that the certificate was not installed correctly. Make sure that the certificate is present in `certmgr.msc` and there is only one certificate. Try removing the certificate and importing it again by following step 4. ![](./_assets/certificate_error.PNG) -* `HTTP error code 500` - usually indicates that MongoDB is not running. Make sure that MongoDB is installed and and that `MongoDB Server` is running in `services.msc`. +* `HTTP code: 500` - usually indicates that MongoDB is not running. Make sure that MongoDB is installed and and that `MongoDB Server` is running in `services.msc`. ![](./_assets/mongodb_error.PNG) ## Development