From 827f2ade95cf866f3a8f600c1391b61e40e60e45 Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Fri, 13 Jul 2018 15:03:16 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17342be..951a52e 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ This is a reference implementation of the following pattern:
  • Post the annotation. +This example runs from a bookmarklet. -This example runs from a bookmarklet, for example: +You can "install" it by dragging the HelloWorldAnnotated link from http://jonudell.net/h/#bookmarklets to your browser's bookmarks +bar, or editing an existing bookmark and inserting this text in the URL field: "javascript:(function(){var d=document; var s=d.createElement('script');s.setAttribute('src','https://jonudell.info/h/HelloWorldAnnotated/gather.js');d.head.appendChild(s)})();" -javascript:(function(){var d=document; var s=d.createElement('script');s.setAttribute('src','https://jonudell.info/h/HelloWorldAnnotated/gather.js');d.head.appendChild(s)})(); +Screencast: http://jonudell.net/h/HelloWorldAnnotated.mp4