aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar B. Burt <beeburrt@outlook.com> 2023-02-22 22:37:59 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-23 00:37:59 -0600
commit93778a66d88b371c9ea45134e97e00c8f4f8af20 (patch)
treef73a885bfaf2f7a15f781353c264517009f04bfd
parent9024125d41751895496048e30e3fdc30019ef4ad (diff)
downloadbun-93778a66d88b371c9ea45134e97e00c8f4f8af20.tar.gz
bun-93778a66d88b371c9ea45134e97e00c8f4f8af20.tar.zst
bun-93778a66d88b371c9ea45134e97e00c8f4f8af20.zip
Update README.md (#2138)
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 412f5928e..733678d75 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