Skip to content

Commit c6aabbd

Browse files
authored
Update README.md
1 parent fb7281f commit c6aabbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# propane-examples
22
Example Sketches for propane see also [Example-Sketches][examples] for ruby-processing (many of with only need to be class wrapped to run with propane).
33

4-
1. Sketches using the [data_path wrapper][path] (yields absolute path to `data` folder)
5-
2. Other [sketches][regular]
4+
1. Sketches using the [data_path wrapper][path] (yields absolute path to `data` folder). NB without wrapper these sketches would need to be run using jruby-complete (`propane --run sketch.rb` rather than `jruby sketch.rb`
5+
6+
2. Other [sketches][regular], can be run with `propane --run sketch.rb` or `jruby sketch.rb`
67

78
[path]:https://github.com/ruby-processing/propane-examples/tree/master/data_path
89
[regular]:https://github.com/ruby-processing/propane-examples/tree/master/data_path

0 commit comments

Comments
 (0)