Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Apr 15, 2011
1 parent e6c757c commit 7d0a368
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ Simply include the JS and CSS file on your page.

## Usage
Humane adds a `humane` function to the global scope that you simple call.
humane('hello world');

<pre>
humane('hello world');
</pre>
## Configuration
Humane is very simple, only the timeout before the popup dissapears is configurable
humane.timeout = 2000
<pre>
humane.timeout = 2000
</pre>
Default timeout is 3 seconds.

0 comments on commit 7d0a368

Please sign in to comment.