Skip to content

Commit 29af855

Browse files
authored
Update README.md
1 parent 7e98660 commit 29af855

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create processing sketches in ruby on raspberry-pi and linux (this project is a
77
### To install from rubygems ###
88

99
```bash
10-
jgem install picrate -v 1.1.0 # NB: important to specify version
10+
jgem install picrate -v 1.2.3
1111
```
1212

1313
### To Build and Test ###
@@ -19,7 +19,7 @@ Requires java to build, but uses a maven wrapper so you don't need to install ma
1919
```bash
2020
cd PiCrate
2121
rake # assumes an installed version of vanilla processing
22-
jgem install picrate-1.1.0-java.gem
22+
jgem install picrate-1.2.3-java.gem
2323

2424
```
2525
To create a template sketch:-

0 commit comments

Comments
 (0)