diff --git a/README.md b/README.md index c4f3517..c60d83a 100644 --- a/README.md +++ b/README.md @@ -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: +``` + +``` + +and call the requested icon in your code like so: + +``` + +``` ## Playing With Your Element