From 11886a79c0629fca10b3cb47f20afb47214ad033 Mon Sep 17 00:00:00 2001 From: runn-vermel Date: Wed, 25 May 2016 10:34:34 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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