diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ try { VariableFactory variableFactory = client.createVariableFactory(); Variable<String> 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. |