From c628ee7d6ae8e4dbdaa2c38a8d716ca7be57f441 Mon Sep 17 00:00:00 2001 From: Sphericalkat Date: Sun, 28 May 2023 23:38:07 +0530 Subject: [PATCH] fix(readme): typo Signed-off-by: Sphericalkat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee06f53..c6209c3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ pnpm i pnpm run build ``` -Then, build the binary. The frontend static filesa will be embedded in the binary using `go:embed`. +Then, build the binary. The frontend static files will be embedded in the binary using `go:embed`. ```sh go mod download go build .