Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DejanPelzel authored Nov 7, 2024
1 parent 951f5f4 commit c2825a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Under the hood, Bunny Edge Scripting is built on Deno, and includes a custom run
## 🥕 Usage

With `@bunny.net/edgescript-sdk`, you can write scripts that run smoothly on Deno, Node, and within the bunny.net network.
With `@bunny.net/edgescript-sdk`, you can write scripts that run smoothly on Deno, Node, and within the bunny.net network. Below is a quick example to help you get started with setting up a local server. For additional examples and use cases, refer to the [examples folder](./example/).

### Hello World Example
```typescript
Expand Down Expand Up @@ -48,5 +48,3 @@ Once deployed, Bunny’s serve function processes incoming requests through a co

## 🚨 Error Handling and Logging
Bunny Edge Scripting includes built-in logging to support error tracking and observability. Use console.log, console.warn, and console.error statements within your code to monitor application flow, debug issues, and gather insights both locally and in deployment.

For additional examples and use cases, refer to the [examples folder](./example/).

0 comments on commit c2825a9

Please sign in to comment.