From 1e15feea55e359bd1bdc3b776cea6b50cd001ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Fri, 2 Mar 2012 16:55:29 +0100 Subject: Improve code example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd5ffe2..d3de74d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ try { VariableFactory variableFactory = client.createVariableFactory(); Variable myVariable = variableFactory.createString("MyVariable"); - // Set the variable. + // Set the variable. It is automatically distributed to your other devices. myVariable.set("Hello, Same!"); // Run update() to get the most recent version. -- cgit v1.2.3