Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hynds committed May 13, 2010
1 parent 78420a0 commit 6c587a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.markdown
Expand Up @@ -45,11 +45,10 @@ Initiate the widget on the container, optionally passing in a hash of default op
// basic
$("#container").notify();

// or with options (there are only 3)
// or with options (there are only 2)
$("#container").notify({
speed: 500,
lifespan: 4000,
sticky: true
expires: true
});
</pre>

Expand All @@ -70,7 +69,7 @@ $("#container").notify("create", {
title: 'Test Notification',
text: 'This is an example of the default config, and will fade out after five seconds.'
},{
sticky: true,
expires: false,
speed: 1000
});
</pre>
Expand Down

0 comments on commit 6c587a9

Please sign in to comment.