summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-06-02 18:54:31 +0100
committerGitHub <noreply@github.com>2017-06-02 18:54:31 +0100
commit955452816a4e44efabfb6181112221e2d7efb11e (patch)
tree83bdbdde599bfa1f1514de064680bcd6ec1e511e /README.md
parent8c5a7fb2ca8fdd5bf462a4a740f7818d9ef98ea5 (diff)
parente4649b50d67caceb74fc5350069bcb2d02546b0e (diff)
downloadale-955452816a4e44efabfb6181112221e2d7efb11e.zip
Merge pull request #614 from epilande/master
✏️ Fix link to stylelint styled-components
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 b1cf9477..d5c3e076 100644
--- a/README.md
+++ b/README.md
@@ -438,7 +438,7 @@ If you configure ALE options correctly in your vimrc file, and install
the right tools, you can check JSX files with stylelint and eslint.
First, install eslint and install stylelint with
-[https://github.com/styled-components/stylelint-processor-styled-components](stylelint-processor-styled-components).
+[stylelint-processor-styled-components](https://github.com/styled-components/stylelint-processor-styled-components).
Supposing you have installed both tools correctly, configure your .jsx files so
`jsx` is included in the filetype. You can use an `autocmd` for this.