From fd7c2310c6920538d09a2e117093cc8bd7f45d85 Mon Sep 17 00:00:00 2001 From: Richard Kho Date: Sat, 14 Feb 2015 23:12:22 -0800 Subject: Updated README.md readability -- missed two lines Missed two lines from my original pull request (https://github.com/philc/vimium/pull/1481). Basically: Changed references to vimiim commands that were either in single-quotes or not otherwise distinguished easily to the reader as a command to be wrapped around backtick quotes so they will stand out. Here is a list of all changes made: Line 215, 'b' updated to `b` Line 240, 'g0' updated to `g0` and 'g$' updated to `g$`--- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10fa6310..36d176e6 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Release Notes 1.36 (2012-07-07) -- 'b' brings up a bookmark-only Vomnibar. +- `b` brings up a bookmark-only Vomnibar. - Better support for some bookmarklets. 1.35 (2012-07-05) @@ -237,7 +237,7 @@ Release Notes - Improve style of link hints, and use fewer characters for hints. - Add an option to hide the heads up display (HUD). Notably, the HUD obscures Facebook Chat's textbox. - Detection and following of next / previous links has been improved. -- Addition of 'g0' and 'g$' commands, for switching tabs. +- Addition of `g0` and `g$` commands, for switching tabs. - Addition of `p`/`P` commands for URL pasting. - A new find mode which optionally supports case sensitivity and regular expressions. - Bug fixes. -- cgit v1.2.3