Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Jun 29, 2016
1 parent 1decca9 commit fa2f556
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ vstamp.on(stamp, function () {

})

// fires after on listeners, when a stamp closes
vstamp.done(stamp, function () {

})

// fires the onclose listener
vstamp.close(stamp)

Expand Down

0 comments on commit fa2f556

Please sign in to comment.