aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`"),