aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-02-24 16:40:08 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-24 16:40:08 -0800
commitc72c2c2338f648544f1a35ba9100a9fe4ad46aee (patch)
tree07b45a7d68d0f3d8cee6360dbf9dd7ca08c6ca2b
parent18362505429f99662f4423264147896d23313dbe (diff)
downloadbun-c72c2c2338f648544f1a35ba9100a9fe4ad46aee.tar.gz
bun-c72c2c2338f648544f1a35ba9100a9fe4ad46aee.tar.zst
bun-c72c2c2338f648544f1a35ba9100a9fe4ad46aee.zip
Fixes (#2168)
-rw-r--r--README.md3
-rw-r--r--docs/nav.ts1
2 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index a00c13159..224f3615b 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,6 @@ bun install <pkg>​ # install a package
bunx cowsay "Hello, world!" # execute a package
```
-
-
-
## Install
Bun supports Linux (x64 & arm64) and macOS (x64 & Apple Silicon). If you want to use Bun on Windows, you will need to use Windows Subsystem for Linux. Bun will [soon](https://github.com/oven-sh/bun/issues/43) support Windows, natively.
diff --git a/docs/nav.ts b/docs/nav.ts
index 88bbed5d5..3feebba66 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -58,7 +58,6 @@ export default {
page("ecosystem/typescript", "TypeScript"),
page("ecosystem/react", "React"),
page("ecosystem/express", "Express"),
- page("ecosystem/awesome", "Awesome Bun"),
divider("API"),
page("api/http", "HTTP"), // "`Bun.serve`"),