From befafc15f39f7faeae0541b74e795b7d16d83a16 Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Thu, 14 Jun 2018 16:50:02 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bfb55b..17342be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a reference implementation of the following pattern: -This example runs from a bookmarklet that you can install from here +This example runs from a bookmarklet, for example: javascript:(function(){var d=document; var s=d.createElement('script');s.setAttribute('src','https://jonudell.info/h/HelloWorldAnnotated/gather.js');d.head.appendChild(s)})();