Skip to content

Commit 70593d4

Browse files
authored
Update README.md
1 parent 68b537b commit 70593d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/library_proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Using the LibraryProxy in your sketches
2-
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.
2+
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.
33

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

0 commit comments

Comments
 (0)