From 78aebe66780b85514b5af8e3d027a7b99c228dbe Mon Sep 17 00:00:00 2001 From: Piotr Rochala Date: Fri, 20 Jun 2014 22:41:07 +1000 Subject: [PATCH] Fix typo in the example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b1566a..1793f88f 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ __Arguments__ __Example__ - java.getStaticFieldValue("com.nearinfinty.MyClass", "data", "Hello World"); + java.setStaticFieldValue("com.nearinfinty.MyClass", "data", "Hello World"); **java.newArray(className, values[])**