From 93778a66d88b371c9ea45134e97e00c8f4f8af20 Mon Sep 17 00:00:00 2001 From: "B. Burt" Date: Wed, 22 Feb 2023 22:37:59 -0800 Subject: [PATCH] Update README.md (#2138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412f5928e1..733678d75b 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ You do not need to include file extensions in `import` paths. CommonJS-style imp You can override the public directory by passing `--public-dir="path-to-folder"`. -If no directory is specified and `./public/` doesn’t exist, bun will try `./static/`. If `./static/` does not exist, but won’t serve from a public directory. If you pass `--public-dir=./` bun will serve from the current directory, but it will check the current directory last instead of first. +If no directory is specified and `./public/` doesn’t exist, bun will try `./static/`. If `./static/` does not exist, bun won’t serve from a public directory. If you pass `--public-dir=./` bun will serve from the current directory, but it will check the current directory last instead of first. ## Using bun with TypeScript