From 70593d4cee71bfbcc44ddba4e6a150111f4aa584 Mon Sep 17 00:00:00 2001 From: Martin Prout Date: Fri, 1 Jul 2016 19:55:20 +0100 Subject: [PATCH] Update README.md --- library/library_proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/library_proxy/README.md b/library/library_proxy/README.md index dea0bacd..d9ab57c7 100644 --- a/library/library_proxy/README.md +++ b/library/library_proxy/README.md @@ -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