Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jun 16, 2015
1 parent 0fb5111 commit e8169ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Polymer({
}
},
ready: function() {
this.innerHTML = 'Hi! My name is ' + this.myName;
this.textContent = 'Hi! My name is ' + this.myName;
}
});
```
Expand Down

0 comments on commit e8169ec

Please sign in to comment.