From 1f3ed01d5ccbf0f38a748bb38ca827f2c74ef205 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" <96995091+alinaliBQ@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:12:39 -0800 Subject: [PATCH] Update README.md (#40) * fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c54f26f5..fb4f9b89e 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ Example: ### Running and Installing Local MongoDB Server 1. Run the following script to setup MongoDB server on your machine. - 1. `cd odbc-test/scripts` - 2. `.\reinstall_mongodb_.ps1` (Windows) or `./reinstall_mongodb_mac_.sh` (MacOS) + 1. `cd src/odbc-test/scripts` + 2. `.\reinstall_mongodb.ps1` (Windows) or `./reinstall_mongodb_mac.sh` (MacOS) 2. Install the test data - 1. `cd odbc-test/scripts` + 1. `cd src/odbc-test/scripts` 2. `.\import_test_data.ps1` (Windows) or `./import_test_data.sh` (MacOS or Linux) ### Windows