Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamana committed Feb 6, 2015
1 parent 5c20535 commit 7084a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A window manager experiment written in Javascript, HTML5 and CSS3.

### Listening to events

#### Defining handlers in constructor
##### Defining handlers in constructor
var window = wm.createWindow({
title: 'A new window',
events: {
Expand All @@ -57,7 +57,7 @@ A window manager experiment written in Javascript, HTML5 and CSS3.
}
});

#### Using the 'signals' property
##### Using the 'signals' property
var window = wm.createWindow({
title: 'A new window'
});
Expand Down

0 comments on commit 7084a46

Please sign in to comment.