fix(readme): typo

Signed-off-by: Sphericalkat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2023-05-28 23:38:07 +05:30
parent 23557a172f
commit c628ee7d6a

View File

@ -17,7 +17,7 @@ pnpm i
pnpm run build 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 ```sh
go mod download go mod download
go build . go build .