Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
chientrm committed Jan 24, 2024
1 parent 62eb012 commit 958f557
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Wrangler Proxy exposes Workers API to outside and integrate to your favorite fra
- [Using wrangler-proxy to expose workers API](#using-wrangler-proxy-to-expose-workers-api)
- [Features](#features)

- [D1](#d1database)
- [PreparedStatement](#d1preparedstatement)
- [D1](#d1)
- [PreparedStatement](#preparedstatement)
- [Service Bindings](#service-bindings)
- [KV](#kvnamespace)
- [R2](#r2bucket)
- [KV](#kv)
- [R2](#r2)
- [waitUntil](#waituntil)
- [Queues](#queues-😔)
- [Hyperdrive](#hyperdrive-😔)
Expand Down Expand Up @@ -133,7 +133,7 @@ export default createWorker();
- 🤷 Not fully tested
- ✅ Complete

### D1Database
### D1

```ts
import { connectD1 } from 'wrangler-proxy';
Expand Down

0 comments on commit 958f557

Please sign in to comment.