From d3667a6ed0f48f0c3661ee399ef857aaa9cb4518 Mon Sep 17 00:00:00 2001 From: AJYChen Date: Thu, 20 Jan 2022 00:28:16 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d6284..7e3f40b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The main goal of the system's design is to improve the user experience of the cu 3. Open a browser and direct to ``http://localhost:8080``. 4. Now you are good to go. - ___Note: This frontend will still call api to our server, instead of the one you run locally.___ + ___Note: This frontend will still call api to our server instead of the one you run locally.___ - **Backend**: 1. Install ``python`` and ``virtualenv``. 2. Create a virtual environment using ``virtualenv virtualEnv``. (virtualEnv can be replaced by whatever you want)