From e0e1bd559461844bd776847388d48a4f0c8755bd Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Mon, 28 Feb 2022 12:23:23 -0800 Subject: [PATCH] doc: update support section on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d95e13..b23575f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In order to run the application in the client directory, navigate to client dire The server directory is the same thing, navigate to the ```server``` directory and run ```npm i``` to install all the dependencies and then run ```node index.js``` to spin up the local server. ## Support -If issue exists, please open up a pull request. +If issue exists, please open up an issue to notify me so I can go ahead and fix those changes. ## Authors and acknowledgment - [Leon Xu](https://github.com/leonxu260)