From ceb7ace468b009a3cc830851ce839e509963e113 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Thu, 18 Jul 2024 02:46:27 +0300 Subject: [PATCH] mention Bun support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdc7737..77b36e2 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ # gql Universal and spec-compliant [GraphQL](https://www.graphql.com/) HTTP middleware -for Deno. Based on [graphql-http](https://github.com/graphql/graphql-http). +for Deno and Bun. Based on [graphql-http](https://github.com/graphql/graphql-http). ## Features -- ✨ Works with `Deno.serve` and [oak](https://github.com/oakserver/oak) +- ✨ Works with `Deno.serve`, `Bun.serve` and [oak](https://github.com/oakserver/oak) - ⚡ [GraphQL Playground](https://github.com/graphql/graphql-playground/tree/master/packages/graphql-playground-html) integration (via `graphiql: true`)