Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilujD authored Oct 17, 2016
1 parent 07fc732 commit d893894
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

An simple avatar using the paper-fab style

## Example

<!--
```
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel=”import” href=”paper-avatar.html”>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
``` html
<paper-avatar image-src="https://www.gravatar.com/avatar/21a286cfe071e1bb5e8b631d20e54c52?s=60"></paper-avatar>
```

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.
Expand Down

0 comments on commit d893894

Please sign in to comment.