Skip to content

Commit

Permalink
Merge pull request zen-audio-player#262 from jepjepus/patch-1
Browse files Browse the repository at this point in the history
Update README.md: a missing space char
  • Loading branch information
shakeelmohamed authored Oct 2, 2017
2 parents a0403dd + dd5d68c commit cecac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install the [Chrome extension](https://chrome.google.com/webstore/detail/zen-you
Create a bookmark with `javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());` as an URL to quickly redirect your YouTube video to this app!

### How to create a custom bookmark in Chrome:
1. Click on a star at the right side of the omnibox (you can also press Ctrl+D (CMD+D on Mac)or choose "Bookmark this page..." from the menu).
1. Click on a star at the right side of the omnibox (you can also press Ctrl+D (CMD+D on Mac) or choose "Bookmark this page..." from the menu).
2. Name your bookmark.
3. Click on "Edit".
4. Paste `javascript: (function () { window.location.href = 'https://zenplayer.audio/?v=' + location.href; }());` in the URL field.
Expand Down

0 comments on commit cecac8d

Please sign in to comment.