From 02b9fbcca5b1d14340985f006edafb325aa042d0 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 2 May 2023 13:48:03 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecb7a0..d57aa8c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Minimal boilerplate project for a Golang server using [Fiber](https://github.com A very important file is `backend/routes/router.go` that contains the `HtmlEntrypoints` variable that is used both by the backend and ViteJS to mount HTML entrypoints. - When building the frontend ViteJS will call `go run ./cmd/routes` to read the content of this variabile. This is also used while developing to let Vite know add all necessary entrypoints to the dev server. + When building the frontend ViteJS will call `go run ./meta/routes` to read the content of the `HtmlEntrypoints` variable. This is also used while developing to let Vite know add all necessary entrypoints to the dev server. ## Usage