Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Jul 13, 2018
1 parent befafc1 commit 827f2ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ This is a reference implementation of the following pattern:
<li>Post the annotation.
</ol>

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


0 comments on commit 827f2ad

Please sign in to comment.