Merge pull request #80 from Amoenus/patch-1

Update README.md
This commit is contained in:
Frank A. Krueger 2018-02-21 15:19:31 -08:00 committed by GitHub
commit 429de5a3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Program
};
// Publishing makes an object available at a given URL
// The user should be directed to http://localhost:8080/button
// The user should be directed to http://localhost:8080/shared-button
UI.Publish ("/shared-button", button);
// Don't exit the app until someone hits return