summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-23 23:21:50 +0100
committerw0rp <devw0rp@gmail.com>2017-10-23 23:21:50 +0100
commitbe5c7a09ced7b8fd0fa3bf964fa3364ef0751a21 (patch)
treecef917baa52f7b9ea5a264595340f0be63051f94
parentb952dda386e2e9e0ba145ff8e286879498c65756 (diff)
downloadale-be5c7a09ced7b8fd0fa3bf964fa3364ef0751a21.zip
Add a badge for AppVeyor, and remove some trailing spaces from the READMEv1.6.0
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 120177ed..89fd3809 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# Asynchronous Lint Engine [![Build Status](https://travis-ci.org/w0rp/ale.svg?branch=master)](https://travis-ci.org/w0rp/ale)
+# Asynchronous Lint Engine [![Travis CI Build Status](https://travis-ci.org/w0rp/ale.svg?branch=master)](https://travis-ci.org/w0rp/ale) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/w0rp/ale?svg=true)](https://ci.appveyor.com/project/w0rp/ale)
+
![ALE Logo by Mark Grealish - https://www.bhalash.com/](img/logo.jpg?raw=true)
@@ -413,11 +414,11 @@ See `:help ale#statusline#Count()` for more information.
### 5.v. How can I show errors or warnings in my lightline?
-[lightline](https://github.com/itchyny/lightline.vim) does not have built-in
+[lightline](https://github.com/itchyny/lightline.vim) does not have built-in
support for ALE, nevertheless it's easy to do it yourself:
```vim
-" This is regular lightline configuration, we just added
+" This is regular lightline configuration, we just added
" 'linter_warnings', 'linter_errors' and 'linter_ok' to
" the active right panel. Feel free to move it anywhere.
" `component_expand' and `component_type' are required.
@@ -467,7 +468,7 @@ function! LightlineLinterOK() abort
endfunction
```
-See `:help ale#statusline#Count()` and [lightline documentation](https://github.com/itchyny/lightline.vim#advanced-configuration)
+See `:help ale#statusline#Count()` and [lightline documentation](https://github.com/itchyny/lightline.vim#advanced-configuration)
for more information.
<a name="faq-echo-format"></a>