From c22e3f84d8893716593742b6d14bfed1a89b18f7 Mon Sep 17 00:00:00 2001 From: Romans Pokrovskis Date: Tue, 13 Feb 2018 17:34:07 +0000 Subject: [PATCH] Update README.md Changed the link in the comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c1f36b..77b0dcd 100644 --- a/README.md +++ b/README.md @@ -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