From 56104087801536277d7d840ba51830b18b343316 Mon Sep 17 00:00:00 2001 From: Brandon Zylstra <9854+brandonzylstra@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:07:22 -0500 Subject: [PATCH 1/2] quick grammar touch-up in README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b133cb47d..80168cd68 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [](https://github.com/ruby/ruby.wasm/actions/workflows/build.yml) -ruby.wasm is a collection of WebAssembly ports of the [CRuby](https://github.com/ruby/ruby). -It enables running Ruby application on browsers, WASI compatible WebAssembly runtimes, and Edge Computing platforms. +ruby.wasm is a collection of WebAssembly ports of [CRuby](https://github.com/ruby/ruby). +It enables running Ruby applications in browsers, WASI compatible WebAssembly runtimes, and Edge Computing platforms. ## Try ruby.wasm (no installation needed) -Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_DESCRIPTION&engine=cruby-3.2.0dev) in your browser. +Try ruby.wasm on [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_DESCRIPTION&engine=cruby-3.2.0dev) in your browser. ## Quick Links @@ -17,9 +17,9 @@ Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_D - [Complete Examples](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example) - [Community Showcase](https://github.com/ruby/ruby.wasm/wiki/Showcase) -## Quick Example: Ruby on Web browser +## Quick Example: Ruby in a Web browser -Create and save `index.html` page with the following contents: +Create and save an `index.html` page with the following contents: ```html @@ -60,7 +60,7 @@ Hello ## npm packages (for JavaScript host environments) -See the `README.md` of each package for more detail and its usage. +See the `README.md` from each package for more detail and its usage.