From 1d3c92d2e82ef45bd69f67df42527b8f35da078e Mon Sep 17 00:00:00 2001 From: jjangga0214 Date: Tue, 16 Jan 2024 07:32:19 +0900 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b929670..4e11250 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ pnpm dev:build `pnpm dev:no-respawn` does the same thing except it does not restart. -`pnpm dev:build` logically does the identical job at the high viewpoint. But it compiles (`tsc -w`) ts, writes js on file system, and runs (`nodemon``) js. [concurrently](https://github.com/kimmobrunfeldt/concurrently) runs`tsc` and `nodemon` simultaneously. +`pnpm dev:build` logically does the identical job at the high viewpoint. But it compiles (`tsc -w`) ts, writes js on file system, and runs (`nodemon`) js. [concurrently](https://github.com/kimmobrunfeldt/concurrently) runs `tsc` and `nodemon` simultaneously. To manually test compiled js, you can run