Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenice committed Feb 23, 2017
1 parent 25cd9fd commit 0279234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ Also, you can use css to add colors.
<svgicon class="vue-icon" icon="vue" width="100" height="100"></svgicon>
```
```css
.vue-icon path[pid="1"] {
.vue-icon path[pid="0"] {
color: #42b983
}

.vue-icon path[pid="2"] {
.vue-icon path[pid="1"] {
color: #35495e
}
```
Expand Down

0 comments on commit 0279234

Please sign in to comment.