From f24004209a2807e06c793451e52df54666e82ae9 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 2 Feb 2014 13:33:12 -0700 Subject: [PATCH] rename screenshot to avoid caching issues; misc improv --- README.markdown | 6 +++--- .../{markdown-example.png => markdown-example2.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename screenshots/{markdown-example.png => markdown-example2.png} (100%) diff --git a/README.markdown b/README.markdown index 7858d8b..d96028c 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ > A light (and dark) color scheme for Vim inspired by iA Writer -![markdown-example](screenshots/markdown-example.png) +![markdown-example](screenshots/markdown-example2.png) ## Features @@ -14,7 +14,7 @@ does have a nice colorscheme, however. * Use for both code and prose, though it’s definitely geared towards the latter * Light and dark variants -* iTerm color scheme available, for use in console-based Vim +* iTerm color scheme available, for use in terminal-based Vim ## Requirements @@ -51,7 +51,7 @@ are inside the left margin. Here we use color instead. iA Writer uses a typeface called ‘Nitti Light’ by Blue Monday. ($) -Free alternatives with bold and italic support include: +Free alternatives with **bold** and _italic_ support include: * [Anonymous Pro](https://www.google.com/fonts/specimen/Anonymous+Pro) (serif) * [Courier Prime](http://quoteunquoteapps.com/courierprime/) (serif) diff --git a/screenshots/markdown-example.png b/screenshots/markdown-example2.png similarity index 100% rename from screenshots/markdown-example.png rename to screenshots/markdown-example2.png