Skip to content

Commit 6f26889

Browse files
committed
docs: write bun does not support URLPattern
1 parent 0c3b327 commit 6f26889

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![size](https://badgen.net/bundlephobia/min/@picojs/pico)](https://bundlephobia.com/package/@picojs/pico) [![size](https://badgen.net/bundlephobia/minzip/@picojs/pico)](https://bundlephobia.com/package/@picojs/pico)
44

5-
Pico is ultra-tiny web framework for Web-Standard runtime.
6-
Pico works on Cloudflare Workers, Deno, Bun, and others.
5+
Pico is ultra-tiny web framework using `URLPattern`.
6+
Pico works on Cloudflare Workers and Deno.
77

88
## Install
99

@@ -76,10 +76,6 @@ wrangler dev index.ts
7676
wrangler publish index.ts
7777
```
7878
79-
## Bun
80-
81-
Now, Pico does not work on Bun because URLPattern may not be implemented yet.
82-
8379
## Deno
8480
8581
```ts

0 commit comments

Comments
 (0)