From a16968e2f4a8887d68e3c3fd76d2817109f7daf1 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 3 Aug 2024 02:02:07 +0300 Subject: [PATCH] Cleanup docs --- extra/wapm-package/README.md | 2 +- extra/wapm-package/wapm.toml | 2 +- platforms/python/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/wapm-package/README.md b/extra/wapm-package/README.md index 0174c86..6a00b6a 100644 --- a/extra/wapm-package/README.md +++ b/extra/wapm-package/README.md @@ -1,6 +1,6 @@ # Wasm3 -[Wasm3](https://github.com/wasm3/wasm3) is the fastest WebAssembly interpreter, and the most universal runtime. +[Wasm3](https://github.com/wasm3/wasm3) is a fast WebAssembly interpreter, and the most universal runtime. It's packaged into a `WebAssembly` package, so you can finally run `WebAssembly` on `WebAssembly` 😆 ## Running on WebAssembly.sh diff --git a/extra/wapm-package/wapm.toml b/extra/wapm-package/wapm.toml index 54b6b27..f37d789 100644 --- a/extra/wapm-package/wapm.toml +++ b/extra/wapm-package/wapm.toml @@ -1,7 +1,7 @@ [package] name = "vshymanskyy/wasm3" version = "0.5.0" -description = "🚀 The fastest WebAssembly interpreter. You can finally run WebAssembly on WebAssembly 😆" +description = "🚀 A fast WebAssembly interpreter. You can finally run WebAssembly on WebAssembly 😆" readme = "README.md" repository = "https://github.com/wasm3/wasm3" homepage = "https://github.com/wasm3/wasm3" diff --git a/platforms/python/README.md b/platforms/python/README.md index 38b89df..fe7a772 100644 --- a/platforms/python/README.md +++ b/platforms/python/README.md @@ -1,5 +1,5 @@ # pywasm3 -Python binding for Wasm3, the fastest WebAssembly interpreter. +Python binding for Wasm3, a fast WebAssembly interpreter. ## Moved to https://github.com/wasm3/pywasm3