Skip to content

Commit 5a812bb

Browse files
committed
readme
1 parent 6534855 commit 5a812bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ height: 600 # for static sketch only
4141
4242
```bash
4343
gem install jruby_art
44-
k9 --install # installs jruby-complete-9.1.7.0 and downloads and installs samples to ~/k9_samples
44+
k9 --install # installs jruby-complete-9.1.8.0 and downloads and installs samples to ~/k9_samples
4545
cd ~/k9_samples/contributed
46-
k9 --run jwishy.rb # if you have jruby-9.1.7.0 installed or config `JRUBY: false`
46+
k9 --run jwishy.rb # if you have jruby-9.1.8.0 installed or config `JRUBY: false`
4747
# to use jruby-complete set `JRUBY: false` in config
4848
```
4949
## Create sketches from built in templates
@@ -70,7 +70,7 @@ end
7070
# size, full_screen, pixel_density and smooth should all be moved to settings (this is hidden
7171
# to users of processing ide, but not for JRubyArt, or for Eclipse NetBeans users). The FX2D
7272
# rendering mode was introduced, and was expected to replace JAVA2D (as default rendering mode)
73-
# but may not now happen, and not for processing-3.2.4 in any case.
73+
# but may not now happen, and not for processing-3.3 in any case.
7474
def settings
7575
size 400, 300
7676
end

0 commit comments

Comments
 (0)