Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
judell authored Jul 13, 2018
1 parent 827f2ad commit 1dc5f74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ This is a reference implementation of the following pattern:
This example runs from a bookmarklet.

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)})();"
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)})();"
Screencast: http://jonudell.net/h/HelloWorldAnnotated.mp4

Expand Down

0 comments on commit 1dc5f74

Please sign in to comment.