diff options
author | Martin Delille <martin@phonations.com> | 2016-04-24 17:08:29 +0200 |
---|---|---|
committer | Martin Delille <martin@phonations.com> | 2016-04-24 17:08:29 +0200 |
commit | b07b46bc0cc415cd02b8ce7d7f04cb2b24605f5b (patch) | |
tree | f1cccdab5de86153281b8fc7a21e86bf5192416d | |
parent | b0823d20685d0c03e70de3abfc85d79a8188d292 (diff) | |
download | vim-polyglot-b07b46bc0cc415cd02b8ce7d7f04cb2b24605f5b.tar.gz vim-polyglot-b07b46bc0cc415cd02b8ce7d7f04cb2b24605f5b.zip |
Use SVG for travis badge
SVG badge are lighter and have a nicer rendering, expecially on retina display.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # vim-polyglot [![Build Status][travis-img-url]][travis-url] -[travis-img-url]: https://travis-ci.org/sheerun/vim-polyglot.png +[travis-img-url]: https://travis-ci.org/sheerun/vim-polyglot.svg [travis-url]: https://travis-ci.org/sheerun/vim-polyglot A collection of language packs for Vim. |