Skip to content

Commit df8172e

Browse files
[skip ci] Trivial fix on README.md
1 parent 5d84f85 commit df8172e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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 browser
20+
## Quick Example: Ruby on Web browser
2121

2222
Create and save `index.html` page with the following contents:
2323

@@ -27,7 +27,7 @@ Create and save `index.html` page with the following contents:
2727
<script type="text/ruby">
2828
require "js"
2929
30-
puts RUBY_VERSION # => Hello, world! (printed to the browser console)
30+
puts RUBY_VERSION # (Printed to the Web browser console)
3131
JS.global[:document].write "Hello, world!"
3232
</script>
3333
</html>

0 commit comments

Comments
 (0)