Merge pull request #6 from syohex/typo

Correct misspellings
This commit is contained in:
Igor Shymko 2016-01-11 01:00:05 +02:00
commit 610fd3eb20
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ and `websocket.el` to deliver html to browser.
## Usage ## Usage
`M-x markdown-preview-mode` will open preview in a browser and will start `markdown-mode` if it's not yet running for current buffer. If you'v closed the preview window, you can start it over with `M-x markdown-preview-open-browser`. All websockets will be cleaned up on emacs termination. If you'd like to perform cleanup manually run `M-x markdown-preview-cleanup`. `M-x markdown-preview-mode` will open preview in a browser and will start `markdown-mode` if it's not yet running for current buffer. If you've closed the preview window, you can start it over with `M-x markdown-preview-open-browser`. All websockets will be cleaned up on emacs termination. If you'd like to perform cleanup manually run `M-x markdown-preview-cleanup`.
## Multimarkdown ## Multimarkdown
@ -27,7 +27,7 @@ set to `multimarkdown` and make sure it's in your PATH.
## Browser ## Browser
In order to select prefered browser, customize In order to select preferred browser, customize
`M-x customize-option` -> `browse-url-browser-function` option. `M-x customize-option` -> `browse-url-browser-function` option.
Select your browser from `Value menu`. If it's not there, follow [EmacsWiki: Browse Url](http://www.emacswiki.org/emacs/BrowseUrl). Select your browser from `Value menu`. If it's not there, follow [EmacsWiki: Browse Url](http://www.emacswiki.org/emacs/BrowseUrl).