From c43675015c3e6a1367173524b43e299e75cab82e Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Sun, 23 May 2021 00:32:01 +0300 Subject: [PATCH] Update 'README.md' - Removed winblows slashes.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f3a19..8915a9c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A boilerplate for `ExpressJS` using `TypeScript` ## Dev Running ```bash # Run the following command in the root of the folder -nodemon .\src\app.ts` +nodemon ./src/app.ts ``` ## Building