aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-21 15:59:04 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-21 15:59:04 -0800
commit9db1a5786d3e3f45e30321b290d7e990ed0c944e (patch)
tree1adc9c26aee96c36601b96964eaa7f57547fa42e
parent0eecec75e26fe7fbfac4d8f48e36aa7d748a426d (diff)
parentb9b150f147bc78dc8f300fa1d7412f2e8ffbe26d (diff)
downloadbun-9db1a5786d3e3f45e30321b290d7e990ed0c944e.tar.gz
bun-9db1a5786d3e3f45e30321b290d7e990ed0c944e.tar.zst
bun-9db1a5786d3e3f45e30321b290d7e990ed0c944e.zip
Merge pull request #86 from afonsoduarte/patch-1
Fixes typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24129f3c1..d068469d6 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ Here's what doesn't work yet:
- `getStaticPaths`
- same-origin `fetch` inside of `getStaticProps` or `getServerSideProps`
-- locales, zones, `assetPrefix` (workaround: change `--origin \"http://localhsot:3000/assetPrefixInhere\"`)
+- locales, zones, `assetPrefix` (workaround: change `--origin \"http://localhost:3000/assetPrefixInhere\"`)
- `next/image` is polyfilled to a regular `<img src>` tag.
- `proxy` and anything else in `next.config.js`
- API routes, middleware (middleware is easier to support though! similar SSR API)