Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
createlogic committed Mar 5, 2015
1 parent 4a5a762 commit a4fc329
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ This is a jQuery plugin that takes an image selector as an argument having a SVG
## Usage ##

### HTML ###
```<img class="svg" src="http://addc.digitaslbiacademy.com/img/icon/svg/00-login.svg" alt="" />```
```
<img class="svg" src="http://addc.digitaslbiacademy.com/img/icon/svg/00-login.svg" alt="" />
```


### CSS ###
```
#!CSS
.svg path stroke {
color:#00ff88;
}
```

### JS ###
```$('.svg').inlineSVG();```
```
$('.svg').inlineSVG();
```

0 comments on commit a4fc329

Please sign in to comment.