Skip to content

Commit

Permalink
Update the README.md to Polymer 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Sep 10, 2015
1 parent 453cae5 commit 40c455a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,14 @@ Polymer({
```html
<!-- add style to your element -->
<dom-module id="my-styled-namecard">
<style>
/* This would be crazy in non webcomponents. */
span {
font-weight: bold;
}
</style>
<template>
<style>
/* This would be crazy in non webcomponents. */
span {
font-weight: bold;
}
</style>

<div>
Hi! My name is <span>{{myName}}</span>
</div>
Expand Down

0 comments on commit 40c455a

Please sign in to comment.