From 03a1c05d431329ba34b78eee25178b65f9ec44c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Tue, 7 Nov 2023 09:13:54 +0000 Subject: [PATCH] chore: update README (#89) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 610459a..11fe220 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # @netlify/blobs -A JavaScript client for the Netlify Blob Store. +A TypeScript client for Netlify Blobs. ## Installation @@ -16,8 +16,6 @@ npm install @netlify/blobs ### Requirements - Deno 1.30 and above or Node.js 16.0.0 and above -- `fetch` in the global scope with a [fetch-compatible](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) - interface ## Usage