aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Christian Pohle2021-05-16 19:08:01 +0200
committerMax Christian Pohle2021-05-16 19:08:01 +0200
commitbddd958ce81ec58c5e742dcdfde7bf1ba029b914 (patch)
tree22c7c4b5bcb1b446513a86d84800d99e6d2663cb /README.md
parentc2a2e796c7262d4473add7ac637e13d17a1561ec (diff)
downloadvim-fancy-line-bddd958ce81ec58c5e742dcdfde7bf1ba029b914.tar.bz2
vim-fancy-line-bddd958ce81ec58c5e742dcdfde7bf1ba029b914.zip
Made screenshot path absolute
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb0b8c1..40f8001 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ look similar to powerline, but that is no wonder, because the `` symbol
9is the only one, which used to be available in code page 437 and thus broadly 9is the only one, which used to be available in code page 437 and thus broadly
10compatible. 10compatible.
11 11
12![screenshot](/screenshot.png) 12![screenshot](https://git.entwicklerseite.de/vim-fancy-line/plain/screenshot.png)
13 13
14## Installation 14## Installation
15 15
..