Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihan authored Nov 7, 2024
1 parent 26e1afa commit 245592b
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 @@ -4,12 +4,12 @@
</a>
</div>

# Bunny.net - edgescript-sdk
# bunny.net - edgescript-sdk

This repository contains SDK to enable local development of Bunny.net Edge Scripting: `@bunny.net/edgescript-sdk`
This repository contains SDK to enable local development of bunny.net Edge Scripting: `@bunny.net/edgescript-sdk`

Bunny.net Edge Scripting is built with a custom Deno runtime that runs on the Bunny.net Edge Scripting.
This SDK provides similar environment to Bunny.net Edge Scripting locally,
Bunny.net Edge Scripting is built with a custom Deno runtime that runs on the bunny.net Edge Scripting.
This SDK provides similar environment to bunny.net Edge Scripting locally,
so that you can run and debug scripts in your local environment before publishing them.

> Even if the Bunny Runtime is very similar to the Deno & Node Runtime, some API
Expand Down Expand Up @@ -38,7 +38,7 @@ BunnySDK.net.http.serve({ port: 8080, hostname: '127.0.0.1' }, async (req) => {
});
```

If you execute this code on a deployed Bunny.net Edge Scripting script, the serve function will
If you execute this code on a deployed bunny.net Edge Scripting script, the serve function will
be used to execute requests on a connected PullZone.

Full list of examples is in the [example folder](./example/).

0 comments on commit 245592b

Please sign in to comment.