Skip to content

Commit ad4bccf

Browse files
authored
Merge pull request #24 from styled-components/update-readme
Update installation steps to fix #23
2 parents 5f5326f + d04a9cb commit ad4bccf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Support for styled-components 💅 in WebStorm
44
The plugin can be installed in WebStorm, IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine v2017.2 and above.
55

66
# Installation
7-
The plugin can be installed from the IDE plugin manager window. It's available under the name `Styled Components`.
8-
7+
To install the plugin open the IDE `Preferences | Plugins`, then click `Browse repositories...` and search for `Styled Components`.
98

109
# Features
1110
With this plugin you can enjoy the full coding assistance for styled-components 💅
@@ -26,7 +25,6 @@ With this plugin you can enjoy the full coding assistance for styled-components
2625

2726
# Limitations
2827
- The plugin only works with the JetBrains IDEs version 2017.2 or above.
29-
- It is not yet available on [JetBrains Plugin Repository](https://plugins.jetbrains.com/). When installing the plugin from disk, you won't get update notifications for it.
3028
- Semicolons at the end on the line should be outside the string, e.g. `color: ${props => props.primary ? 'white' : 'palevioletred'};`
3129

3230
# Contributing to the plugin

0 commit comments

Comments
 (0)