File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_D
17
17
- [ Complete Examples] ( https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example )
18
18
- [ Community Showcase] ( https://github.com/ruby/ruby.wasm/wiki/Showcase )
19
19
20
- ## Quick Example: Ruby on browser
20
+ ## Quick Example: Ruby on Web browser
21
21
22
22
Create and save ` index.html ` page with the following contents:
23
23
@@ -27,7 +27,7 @@ Create and save `index.html` page with the following contents:
27
27
<script type =" text/ruby" >
28
28
require " js"
29
29
30
- puts RUBY_VERSION # => Hello, world ! (printed to the browser console )
30
+ puts RUBY_VERSION # (Printed to the Web browser console )
31
31
JS .global [: document ].write " Hello, world!"
32
32
</script >
33
33
</html >
You can’t perform that action at this time.
0 commit comments