From c72c2c2338f648544f1a35ba9100a9fe4ad46aee Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 24 Feb 2023 16:40:08 -0800 Subject: [PATCH] Fixes (#2168) --- README.md | 3 --- docs/nav.ts | 1 - 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index a00c13159d..224f3615b8 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ bun install ​ # 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 88bbed5d50..3feebba66c 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`"),