From a01e3c6cfc03ee0c3f11b77ae16686059ae6fd7d Mon Sep 17 00:00:00 2001 From: Mohamed Sameem <42725415+sameemcodes@users.noreply.github.com> Date: Sun, 24 Mar 2024 05:51:00 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 941370f..5b8b2da 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project aims to provide containerd shim implementations that can run [Wasm] This repo currently maintains four shims for Wasm application runtimes/frameworks: -1. [Lunatic](https://github.com/lunatic-solutions/lunatic) - an Earlang-inspired runtime for fast, robust and scalable server-side Wasm application. +1. [Lunatic](https://github.com/lunatic-solutions/lunatic) - an Erlang-inspired runtime for fast, robust and scalable server-side Wasm application. 2. [Spin](https://github.com/fermyon/spin) - a developer tool for building and running serverless Wasm applications. 3. [Slight](https://github.com/deislabs/spiderlightning) - a wasmtime-based runtime for running Wasm applications that use SpiderLightning (aks [WASI-Cloud-Core](https://github.com/WebAssembly/wasi-cloud-core)) capabilities 4. [Wasm Workers Server](https://github.com/vmware-labs/wasm-workers-server) - a tool to develop and run serverless applications server on top of Wasm.