diff --git a/README.md b/README.md index aaa86e0..b9e92b3 100644 --- a/README.md +++ b/README.md @@ -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)