Commit 13576dca authored by rebecca's avatar rebecca
Browse files

Merge branch 'patch-1' into 'main'

Fix spelling mistake in README.md

See merge request !1
parents a62c2722 42e1da98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ A tiny web server for Gleam targeting all JavaScript runtimes (Node.js, Deno, Bu

## Features

- 🦄 **Cross-Platform**: Use it with Node.js, Deno, Bun or serverless functiosn with the same API
- 🦄 **Cross-Platform**: Use it with Node.js, Deno, Bun or serverless functions with the same API
- 🚀 **Fully Featured**: First-class support for chunked responses, Server-Sent Events and WebSockets
- 🧩 **Uses the platform**: Built-in support for streaming files and working with JSON, uses standard Web APIs under the hood.