From 538ea4f8ae786ddd11cdaf33a545e17f7ec119cf Mon Sep 17 00:00:00 2001 From: JamshedVesuna Date: Sat, 15 Aug 2015 20:09:31 -0700 Subject: [PATCH] Added missing link to browsers; Nit capitalization --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c568ac7..4abb419 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ let vim_markdown_preview_hotkey='' ### The `vim_markdown_preview_browser` option -By default, if you are using Unix, [Google Chrome](www.google.com/chrome/) is the default browser. If you are on Mac OS X, [Safari](www.apple.com/safari/) is the default. +By default, if you are using Unix, [Google Chrome](https://www.google.com/chrome/) is the default browser. If you are on Mac OS X, [Safari](https://www.apple.com/safari/) is the default. Note that bug [#16](https://github.com/JamshedVesuna/vim-markdown-preview/issues/16) does not allow cross operating system and browser support. See the [wiki page](https://github.com/JamshedVesuna/vim-markdown-preview/wiki/Use-other-browser-to-preview-markdown) for more help. Default: `'Google Chrome'` @@ -139,10 +139,10 @@ Behind The Scenes ----------------- 1. First, this plugin renders your markdown as html and creates a temporary html file. - * If image rendering is on, the html file will be in your [working directory](https://en.wikipedia.org/wiki/Working_directory). + * If [image rendering](#toggle) is on, the html file will be in your [working directory](https://en.wikipedia.org/wiki/Working_directory). * Otherwise, it will be in `/tmp/`. 2. Next, this plugin either opens the html file or refreshes the Google Chrome or Safari tab. * If you are using GitHub flavoured markdown, `grip` will make a call to the GitHub API and retrieve the html. 3. Lastly, if you choose, this plugin will remove the temporary file. -![Screenshot](images/screenshot-with-images.gif?raw=true "Render Images and preview on buffer write using Mac OS X") +![Screenshot](images/screenshot-with-images.gif?raw=true "Render images and preview on buffer write using Mac OS X") -- 2.45.2