Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamana committed May 10, 2013
1 parent 157807d commit 1445806
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 @@ -24,7 +24,7 @@ A window manager experiment written in Javascript, HTML5 and CSS3.
### Create a new window wrapping a DOM Element

##### Using a query
wm.createWindow.fromQuery('.my-app-content', {
wm.createWindow.fromQuery('#element .selector', {
title: 'My App',
width: 330,
height: 400,
Expand Down

0 comments on commit 1445806

Please sign in to comment.