From a2388d4864d07830ace01b0ee86971e2236c34c8 Mon Sep 17 00:00:00 2001 From: "Valentijn :)" <120188387+HerpieDerpieee@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:12:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52d3be8..3bc4172 100755 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ To get started with the project, you'll need to set up the database. Follow thes 4. **Running the Application:** - With the database set up and configured, you should be able to run your application. To run it, please use the following command ```bash - ./startServer.sh +./startServer.sh ``` Note: For security reasons, avoid storing sensitive information like database credentials directly in your public GitHub repository. Consider using environment variables or a configuration file outside the repository for such sensitive data.