Skip to content

Commit 830f4a2

Browse files
authored
Fix formatting of 'public' folder description in README
1 parent 82f6c0d commit 830f4a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ This project provides a starting point for deploying a Go Fiber application to V
1919
- [Go](https://golang.org/dl/) 1.18 or higher
2020
- [Git](https://git-scm.com/downloads)
2121
- [Vercel CLI](https://vercel.com/download)
22-
- A folder named [public](public) with one or more static files to be served
22+
- A folder named `public` with one or more static files to be served
23+
2324
> [!CAUTION]
2425
> If you don't have a `public` folder, Vercel will serve all files from your project root, which can expose sensitive files like your source code.
2526

0 commit comments

Comments
 (0)