diff --git a/README.md b/README.md index 222e3ba..2d8e2a4 100644 --- a/README.md +++ b/README.md @@ -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,