Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyschudel committed May 9, 2013
1 parent 5b92c5a commit dc7f8a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ Wouldn't it be nice to save SVG's to a folder and use them directly in your brow

```javascript

$sa.SVGLoader
$sa.SVGLoader()
.load({
url: 'package.svg'
})
.done(function() {
var $icon = this.asset.get('your-layer-name', 'optional-class');

$body.append($icon);
$('body').append( this.asset.get('your-layer-name', 'optional-class') );
});

```
Expand Down

0 comments on commit dc7f8a2

Please sign in to comment.