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
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
2222Create 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 >
You can’t perform that action at this time.
0 commit comments