Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed Aug 2, 2014
1 parent 541b352 commit 8041238
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 @@ -4,7 +4,7 @@

var el = document.createElement('div');
var shadow = el.createShadowRoot();
shadow.innerHTML = '<content select="h1"></content>';
shadow.innerHTML = '<content select="q"></content>';
document.body.appendChild(el);

### Shadow DOM subtrees
Expand Down

0 comments on commit 8041238

Please sign in to comment.