From d388064c388eb81558d5717bd2c31f26c3a6b678 Mon Sep 17 00:00:00 2001 From: Dejan Grofelnik Pelzel Date: Thu, 7 Nov 2024 22:27:52 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1562ce..d417154 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Welcome to the Bunny Edge Scripting SDK repository! This library, `@bunny.net/ed Under the hood, Bunny Edge Scripting is built on top of Deno. To provide a seamless integration, Edge Scripting provides a custom runtime that was designed to run scripts interchangibly between a local environment, and across the bunny.net edge network. This SDK replicates a similar environment locally, allowing you to develop and debug your scripts before deploying them. > Note: The Bunny Runtime attempts to closely match the behavior of Deno and Node runtimes, but certain APIs -> may be different or be unavailable due to the unique platform requirements of running applications in a serverless CDN environment. +> may be different or unavailable due to the unique platform requirements of running applications in a serverless CDN environment. ## Usage