From 65f48df07c87d37275cc6a135741df4b585f1836 Mon Sep 17 00:00:00 2001 From: Igor Shymko Date: Thu, 22 Dec 2016 18:30:14 +0200 Subject: [PATCH] mesages buffer doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1445117..3b06ca9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Markdown preview in emacs features: ## Remote access * Set `markdown-preview-auto-open` to `nil` to disable window opening at remote emacs server. -* Start `markdown-preview-mode`. Http link for preview will be printed to *Messages*. If not - run `markdown-preview-open-browser` to get the link printed. +* Start `markdown-preview-mode`. Http link for preview will be printed to `*Messages*` buffer. If not - run `markdown-preview-open-browser` to get the link printed. * Setup 2 tunnels for `0.0.0.0:7379` and `0.0.0.0:9000` and then open preview link in local browser. Adjust tunnels according to your custom `ws-port` and `http-port` settings. ## Extra css