Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone authored Jul 1, 2016
1 parent 68b537b commit 70593d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/library_proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Using the LibraryProxy in your sketches
LibraryProxy is a [abstract java class](https://github.com/ruby-processing/JRubyArt/blob/master/src/monkstone/core/LibraryProxy.java) so that you can acccess vanilla processing library reflection methods in you sketches using ruby.
LibraryProxy is a [abstract java class](https://github.com/ruby-processing/JRubyArt/blob/master/src/monkstone/core/LibraryProxy.java) so that you can acccess vanilla processing library reflection methods in your sketches using ruby.

In the sketch you should `load_library :library_proxy` and your library class should inherit
from LibraryProxy and implement pre(), draw() and post() methods (can be empty method if not
Expand Down

0 comments on commit 70593d4

Please sign in to comment.