index : static-web-server.git

ascending towards madness

author Rudra <r82941037@gmail.com> 2023-11-10 13:04:33.0 +00:00:00
committer GitHub <noreply@github.com> 2023-11-10 13:04:33.0 +00:00:00
commit
e99d9894956cdbc36fdf6aa7b3eb8e87afb76764 [patch]
tree
017cefe95ed1324c2613120eebce913ef5c7fe6f
parent
e4beae611139f5031f4b72032f0800c0718819ef
download
e99d9894956cdbc36fdf6aa7b3eb8e87afb76764.tar.gz

docs: fix typo in readme (#287) [skip ci]

Typo in the spelling of `Wasmer`

Diff

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ab7c63c..810ad32 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ It is focused on **lightness and easy-to-use** principles while keeping [high pe

Written on top of [Hyper]https://github.com/hyperium/hyper and [Tokio]https://github.com/tokio-rs/tokio runtime, it provides [concurrent and asynchronous networking abilities]https://rust-lang.github.io/async-book/01_getting_started/02_why_async.html and the latest HTTP/1 - HTTP/2 implementations.

Cross-platform and available for `Linux`, `macOS`, `Windows`, `FreeBSD`, `NetBSD`, `Android`, `Docker` and `Wasm` (via [Warmer]https://wasmer.io/wasmer/static-web-server).
Cross-platform and available for `Linux`, `macOS`, `Windows`, `FreeBSD`, `NetBSD`, `Android`, `Docker` and `Wasm` (via [Wasmer]https://wasmer.io/wasmer/static-web-server).

![static-web-server running]https://github.com/static-web-server/static-web-server/assets/1700322/102bef12-1f30-4054-a1bc-30c650d4ffa7

@@ -70,7 +70,7 @@ Cross-platform and available for `Linux`, `macOS`, `Windows`, `FreeBSD`, `NetBSD
- Available as a library crate with opt-in features.
- First-class [Docker]https://docs.docker.com/get-started/overview/ support. [Scratch]https://hub.docker.com/_/scratch, latest [Alpine Linux]https://hub.docker.com/_/alpine and [Debian]https://hub.docker.com/_/alpine Docker images.
- Ability to accept a socket listener as a file descriptor for sandboxing and on-demand applications (e.g. [systemd]http://0pointer.de/blog/projects/socket-activation.html).
- Cross-platform. Pre-compiled binaries for Linux, macOS, Windows, FreeBSD, NetBSD, Android (`x86/x86_64`, `ARM/ARM64`) and WebAssembly (via [Warmer]https://wasmer.io/wasmer/static-web-server).
- Cross-platform. Pre-compiled binaries for Linux, macOS, Windows, FreeBSD, NetBSD, Android (`x86/x86_64`, `ARM/ARM64`) and WebAssembly (via [Wasmer]https://wasmer.io/wasmer/static-web-server).

## Documentation