Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runn-vermel committed May 25, 2016
1 parent efd0b6d commit 11886a7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,22 @@ install that via:

npm install -g bower

Then, go ahead and download the element's dependencies:
Then, go ahead and install the element and its dependencies:

bower install
bower install polymer-font-awesome

## Using this component

To use this component, include the import link at the top of your page:
```
<link rel="import" href="bower_components/polymer-font-awesome/polymer-font-awesome.html" />
```

and call the requested icon in your code like so:

```
<iron-icon icon="polymer-font-awesome:fa-angle-down"></iron-icon>
```

## Playing With Your Element

Expand Down

0 comments on commit 11886a7

Please sign in to comment.