diff --git a/doc/roam_protocol.md b/doc/roam_protocol.md index 85aa15d..d22dc59 100644 --- a/doc/roam_protocol.md +++ b/doc/roam_protocol.md @@ -20,7 +20,7 @@ To use this, create a Firefox bookmarklet as follows: ```javascript javascript:location.href = -'org-protocol:/roam-ref?template=r&ref=' +'org-protocol://roam-ref?template=r&ref=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title)