From feed6903db32f11a88cda899c8f42a60ef1dcf26 Mon Sep 17 00:00:00 2001 From: Ngoc Hong Nguyen <62697501+RubyNguyen07@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:57:55 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2565deb..7baa6ea 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ JWT_SECRET= #### Question service (`project/question-service`) -- Create a `.env` file in the root directory of the `assignment/question-service` folder +- Create a `.env` file in the root directory of the `project/question-service` folder - Copy the contents of the question-service-env file from into the `.env` file - Your file should look like this: @@ -59,7 +59,7 @@ JWT_SECRET= #### User service -- Create a `.env` file in the root directory of the `assignment/user-service` folder +- Create a `.env` file in the root directory of the `project/user-service` folder - Copy the contents of the user-service-env file from into the `.env` file - Your file should look like this: