From d078d4acea3ccea710d48c3d225adabef395a71a Mon Sep 17 00:00:00 2001 From: jonobr1 Date: Fri, 28 Jan 2011 17:23:05 -0700 Subject: [PATCH] changing README styles --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 912f4fd..1ae0348 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ + ui-dat will infer the type of the property you're trying to add (based on its initial value) and create the corresponding control. + The properties must be public, i.e. defined by `this.prop = value`. + Monitor variable changes outside of the GUI -------------------------------------------------- Let's say you have a variable that changes by itself from time to time. If you'd like the GUI to reflect those changes, use the listen() method