Skip to content

Commit 5203711

Browse files
Merge pull request #624 from brandonzylstra/patch-1
quick grammar touch-up in README.md
2 parents 5c3bcb8 + 80586a4 commit 5203711

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Build ruby.wasm](https://github.com/ruby/ruby.wasm/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ruby/ruby.wasm/actions/workflows/build.yml)
44

5-
ruby.wasm is a collection of WebAssembly ports of the [CRuby](https://github.com/ruby/ruby).
6-
It enables running Ruby application on browsers, WASI compatible WebAssembly runtimes, and Edge Computing platforms.
5+
ruby.wasm is a collection of WebAssembly ports of [CRuby](https://github.com/ruby/ruby).
6+
It enables running Ruby applications in browsers, WASI compatible WebAssembly runtimes, and Edge Computing platforms.
77

88
## Try ruby.wasm (no installation needed)
99

10-
Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_DESCRIPTION&engine=cruby-3.2.0dev) in your browser.
10+
Try ruby.wasm on [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_DESCRIPTION&engine=cruby-3.2.0dev) in your browser.
1111

1212
## Quick Links
1313

@@ -17,9 +17,9 @@ Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_D
1717
- [Complete Examples](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example)
1818
- [Community Showcase](https://github.com/ruby/ruby.wasm/wiki/Showcase)
1919

20-
## Quick Example: Ruby on Web browser
20+
## Quick Example: Ruby in a Web browser
2121

22-
Create and save `index.html` page with the following contents:
22+
Create and save an `index.html` page with the following contents:
2323

2424
```html
2525
<html>
@@ -155,7 +155,7 @@ A _build_ is a combination of ruby version, _profile_, and _target_.
155155

156156
The current WASI target build does not yet support `Thread` related APIs. Specifically, WASI does not yet have an API for creating and managing threads yet.
157157

158-
Also there is no support for networking. It is one of the goal of WASI to support networking in the future, but it is not yet implemented.
158+
Also there is no support for networking. It is one of the goals of WASI to support networking in the future, but it is not yet implemented.
159159

160160

161161
## Contributing

0 commit comments

Comments
 (0)